is there any formula to find value if today()!=Thisweek (Monday to Sunday according to my doc)
Hi @Korn_Tris !
Depending on your setup/use case maybe you could use WeekNumber() (which is doc dependant) or IsoWeekNumber()
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
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.