Apr 16 2021 10:10 PM
Hi All,
I am looking to calculate Week Count based on Employee GUI, Week Ending date and Period week
see below screenshot, where i need a formula to calculate that, any help on this is highly appreciate. Column N is what i did manually which is basically the output
may be count if can do this, not sure, appreciate any help on this
Apr 17 2021 02:05 AM
Not sure I understood the logic correctly, as variant that could be
with
=--(COUNTIFS($A$2:$A2,$A2,$L$2:$L2,$L2)=1)
drag it down
Apr 20 2021 03:56 AM
Apr 20 2021 01:52 PM
SolutionAs variant
with
=MIN(1,COUNTIFS($A:$A,$A2,$L:$L,$L2)/5)*(COUNTIFS($A$2:$A2,$A2,$L$2:$L2,$L2)=1)
Apr 20 2021 01:52 PM
SolutionAs variant
with
=MIN(1,COUNTIFS($A:$A,$A2,$L:$L,$L2)/5)*(COUNTIFS($A$2:$A2,$A2,$L$2:$L2,$L2)=1)