realniceguy5000
Board Regular
- Joined
- Aug 19, 2008
- Messages
- 148
Hi, I have a speadsheet that lists the pickers moves they did for the day and it also lists the hours they worked / day. My moves / hr column is not calculating the moves per hour correctly. For example:
Col A: Names
Col B: Hours / Day
Col C: Moves Completed
Col D: Moves/Hr
Col B is formated as time custom h:mm
Col C is Formated as a General
Col D Formula is =IF(ISERROR(C5/B5),"",C5/B5)
Col B value is 9:00
Col C value is 313
Col D value is 834.69 When it should be more like 34.78 moves / Hr.
Can someone advise what is wrong?
Thank You, Mike
Col A: Names
Col B: Hours / Day
Col C: Moves Completed
Col D: Moves/Hr
Col B is formated as time custom h:mm
Col C is Formated as a General
Col D Formula is =IF(ISERROR(C5/B5),"",C5/B5)
Col B value is 9:00
Col C value is 313
Col D value is 834.69 When it should be more like 34.78 moves / Hr.
Can someone advise what is wrong?
Thank You, Mike