Helenrich80
New Member
- Joined
- Sep 12, 2018
- Messages
- 3
Hi,
I am trying add up the amount of times someone works between a certain times over the course of a month on a schedule.
For example how many time did they start between 5am and 9am so I have put in the below formula.
=SUMPRODUCT(--(AND((LEFT(B6:H6,2)>="05"),(LEFT(B6:H6,2)<"09"))))
However this returns a value error message on the range
If I change it to one cell range it works
=SUMPRODUCT(--(AND((LEFT(B6,2)>="05"),(LEFT(B6,2)<"09"))))
Clearly to do this over a full month for each day for each time range for several people will be very work heavy.
Can anyone help please??
I am trying add up the amount of times someone works between a certain times over the course of a month on a schedule.
For example how many time did they start between 5am and 9am so I have put in the below formula.
=SUMPRODUCT(--(AND((LEFT(B6:H6,2)>="05"),(LEFT(B6:H6,2)<"09"))))
However this returns a value error message on the range
If I change it to one cell range it works
=SUMPRODUCT(--(AND((LEFT(B6,2)>="05"),(LEFT(B6,2)<"09"))))
Clearly to do this over a full month for each day for each time range for several people will be very work heavy.
Can anyone help please??