Hello the community !
I have a table with a date field. I have a formula which is :
IF(IS_AFTER(TODAY(),{Date}), ‘Published :rocket: ’, ‘To publish :hourglass_flowing_sand: ’)
And it’s working fine.
Now, I have 3 différent dates for 1 record. So I ...