Forum Discussion
- QuickBaseCoachDQrew Captainno problem
The formula for a formula date field would be
IF(not IsNull([Date B]),[Date B],[Date A])- AmberPollardQrew Assistant CaptainHmm, I used this formula exactly and I'm getting the error: Formula error -- Bad or missing arguments in function call
- If(not IsNull([Date]),[Date],[Date Modified])
Thanks! - QuickBaseCoachDQrew Captain
- If(not IsNull([Date]),[Date],ToDate([Date Modified]))
- AmberPollardQrew Assistant CaptainD'oh! Thank you!