russkris
Board Regular
- Joined
- Nov 7, 2012
- Messages
- 51
Hi,
I have a couple of tables like the picture below and a summary sheet so I can create some pretty graphs etc.
However the formula to separate the difference between Normal and Overtime counts are backwards and in number of cells not total time.
So the formula for the above is
The value should be 25:00 for Normal and 5:00 for Overtime
Anyone able to point of my mistake?
I have a couple of tables like the picture below and a summary sheet so I can create some pretty graphs etc.
However the formula to separate the difference between Normal and Overtime counts are backwards and in number of cells not total time.
So the formula for the above is
Code:
=SUMIF(Table5[[#Headers],[#Data],[Rate]],"*"&Table36[[#Headers],[Normal]:[Overtime]]&"*",Table5[[#Headers],[#Data],[Hours Worked]])
The value should be 25:00 for Normal and 5:00 for Overtime
Anyone able to point of my mistake?