Skip to main content
Solved

Formula to flag if a record has been edited after a certain date

  • April 7, 2020
  • 2 replies
  • 31 views

Hello!

I’m trying to write a formula to get a bell emoji if a record has been modified after the date we close our quarterly reporting by. I have the “last modified” field and the “report closure” dates to compare, but I am struggling to write the “IF” formula in the right way.

Any help would be massively appreciated! :grinning_face_with_big_eyes:

Thank you!

Belén

Best answer by Mohamed_Swella1

Hi @Belen_Bueso_Rios,

I think this formula might help you

IF(DATETIME_DIFF({Last Modified},{Report Date},'days')>=0,"🔔")

BR,
Mo

2 replies

Mohamed_Swella1
Forum|alt.badge.img+17

Hi @Belen_Bueso_Rios,

I think this formula might help you

IF(DATETIME_DIFF({Last Modified},{Report Date},'days')>=0,"🔔")

BR,
Mo


Thank you so, so much! Muchas gracias :slightly_smiling_face: