I"m trying to set the status in a field to display blank "" if the Start date has not been reached.
I'm using the following formula:
= IF([Start Date]@row < TODAY(), "")
I think this should work, but it is not. Any help you can provide would be helpful.