Jan 09, 2020 06:01 AM
I’d like a formula field to return =today() if another field is blank, but if the other field is already populated, to use that date instead.
Any help crafting this?
Jan 09, 2020 06:07 AM
Hi there @Jace_Proctor!
Try this :slightly_smiling_face:
IF({Date}, {Date}, TODAY())
Where {Date} is the name of your Date Field.
Hope this helps!