
Hi all,
On the above screenshot, I would like to do a count of how many saturdays and sundays (row 1 value S) have a 'h' in row 3.
ie above it would show 1
Any ideas?
edit: I can do this: =COUNTIF(M3,"H")+COUNTIF(N3,"H")+COUNTIF(T3,"H")+COUNTIF(U3,"H")+COUNTIF(AA3,"H")*COUNTIF(AB3,"H")+COUNTIF(AH3,"H")+COUNTIF(AI3,"H")+COUNTIF(AO3,"H")
but would prefer something that looks for an S and counts the h in the same column
Last edited: