Forum Discussion
QuickBaseCoachD
10 years agoQrew Captain
no problem
The formula for a formula date field would be
IF(not IsNull([Date B]),[Date B],[Date A])
The formula for a formula date field would be
IF(not IsNull([Date B]),[Date B],[Date A])
AmberPollard
9 years agoQrew Assistant Captain
Hmm, I used this formula exactly and I'm getting the error: Formula error -- Bad or missing arguments in function call
Thanks!
- If(not IsNull([Date]),[Date],[Date Modified])
Thanks!