Hi,
I am having some trouble with the following formula
=IF(B12="","",SUMIFS($T$12:$T$21,$S$12:$S$21,B12)
This works great if there are single entries within $S$12:$S$21, but if there are 2 entries then it returns the desired SUMIF twice (on each entry)
Can the formula be changed to return the first entry found within $S$12:$S$21
Thanks
I am having some trouble with the following formula
=IF(B12="","",SUMIFS($T$12:$T$21,$S$12:$S$21,B12)
This works great if there are single entries within $S$12:$S$21, but if there are 2 entries then it returns the desired SUMIF twice (on each entry)
Can the formula be changed to return the first entry found within $S$12:$S$21
WORKED | BASIC | OVERTIME | |
Monday | 7.5 | 7.5 | 0 |
Tuesday | 7.5 | 7.5 | 0 |
Wednesday | 8.5 | 7.5 | 1 |
Thursday | 7.5 | 7.5 | 0 |
Friday | 7 | 7 | 0 |
Saturday | 4 | 0 | 4 |
Tuesday | 7.5 | 7.5 | 0 |
Thanks