Forum Discussion
BenjoBenjo
Oct 31, 2023Copper Contributor
Every other Friday
Hi,
I wanted to find every other Friday and want to label it as "OFF". Could someone pls help me. Thanks
In column G:
=IF(AND(G$6="Fri", ISODD(COUNTIF($G$6:G$6, "Fri"))), "OFF", "")
Fill to the right.
- SanthoshKunderIron Contributor
- BenjoBenjoCopper ContributorHi Santosh, thanks. Could you pls use weekday formula. Because i have to use for other days also.
In column G:
=IF(AND(G$6="Fri", ISODD(COUNTIF($G$6:G$6, "Fri"))), "OFF", "")
Fill to the right.