Hello,
Not sure if this is the correct category to ask, but I’m not sure what tool/formula exactly I am looking for.
The challenge:
1st row = dates where a worker was on duty.
2nd row = anmount of hours spent on each duty.
I like to count the number of dates where a worker spent at least 6hrs on duty.
So using “MAX” would not work.
For just calculating the pure number of duty dates, I count entries against the same number of blanks =ROWS($C1:$C26)-COUNTBLANK(B1:B26).
But =ROWS($C1:$C26)-COUNTBLANK(B1:B26)>6 returns “TRUE” or the number 1 (which is not correct).
Am I on the wrong track?
Another question:
Is there a comprehensive summary of all formulas, just as a three column list with functions explained and an example (of the syntax)- so one could browse through it and solve problems…?