Is there formula for today()!=this week (monday to sunday)

is there any formula to find value if today()!=Thisweek (Monday to Sunday according to my doc)

Hi @Korn_Tris :blush: !

Depending on your setup/use case maybe you could use WeekNumber() (which is doc dependant) or IsoWeekNumber() :blush:

E.g. :

Or you could have a checkbox to determine if Today falls in a week and look for values where the checkbox is false :blush:

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.