Hello, im trying to generate a formula on what is checked the previous and next week but not the current week. im trying this but with no luck:
=IF(WEEKNUMBER(Date@row) < WEEKNUMBER(TODAY()), WEEKNUMBER(Date@row) > WEEKNUMBER(TODAY()), 1)
Can you help me?