Hi guys,
I seem to be having an issue getting excel to calculate properly.
I have a table showing: Picker name(Col B) the time spent picking (Col C), units picked per person (Col D) and want to work out a pick rate(Col F).
[TABLE="width: 465"]
<colgroup><col width="160" style="width: 120pt; mso-width-source: userset; mso-width-alt: 5851;"> <col width="157" style="width: 118pt; mso-width-source: userset; mso-width-alt: 5741;"> <col width="99" style="width: 74pt; mso-width-source: userset; mso-width-alt: 3620;"> <col width="112" style="width: 84pt; mso-width-source: userset; mso-width-alt: 4096;"> <col width="92" style="width: 69pt; mso-width-source: userset; mso-width-alt: 3364;"> <tbody>[TR]
[TD="width: 160, bgcolor: transparent"]B
[/TD]
[TD="width: 157, bgcolor: transparent"]C[/TD]
[TD="width: 99, bgcolor: transparent"]D[/TD]
[TD="width: 112, bgcolor: transparent"]E[/TD]
[TD="width: 92, bgcolor: transparent"]F [/TD]
[/TR]
[TR]
[TD]Picker[/TD]
[TD]Time spent picking[/TD]
[TD]Units Picked[/TD]
[TD]Rounds picked[/TD]
[TD]Pick rate[/TD]
[/TR]
[TR]
[TD]P[/TD]
[TD]01:30[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[/TR]
</tbody>[/TABLE]
I have 2 of these tables for 2 different operations. One works correctly, the other doesn't.
Time spent picking is calculated from another tab using a start and finish time. The below formula is the one not working properly. I have to add 24 (hours) to the start time as the time duration occurs over midnight and without it I get #### errors.
=IF('Input Corby Picker Data'!$F4<'Input Corby Picker Data'!$E4,24+'Input Corby Picker Data'!$F4-'Input Corby Picker Data'!$E4,'Input Corby Picker Data'!$F4-'Input Corby Picker Data'!$E4)
I use the same formula without the 24 on another table and it works fine.
Calculation for pick rate is =IFERROR(D6/(C6*24),"")
This is the same for both tables.
I get the answer 0 rather than an error/reference/value message but this isn't right.
Snippet above has nothing in the units column but it is part of a larger table with other rows that have values in this column that should change the Pick Rate to more than 0.
Any help you could give me would be greatly appreciated!
I seem to be having an issue getting excel to calculate properly.
I have a table showing: Picker name(Col B) the time spent picking (Col C), units picked per person (Col D) and want to work out a pick rate(Col F).
[TABLE="width: 465"]
<colgroup><col width="160" style="width: 120pt; mso-width-source: userset; mso-width-alt: 5851;"> <col width="157" style="width: 118pt; mso-width-source: userset; mso-width-alt: 5741;"> <col width="99" style="width: 74pt; mso-width-source: userset; mso-width-alt: 3620;"> <col width="112" style="width: 84pt; mso-width-source: userset; mso-width-alt: 4096;"> <col width="92" style="width: 69pt; mso-width-source: userset; mso-width-alt: 3364;"> <tbody>[TR]
[TD="width: 160, bgcolor: transparent"]B
[/TD]
[TD="width: 157, bgcolor: transparent"]C[/TD]
[TD="width: 99, bgcolor: transparent"]D[/TD]
[TD="width: 112, bgcolor: transparent"]E[/TD]
[TD="width: 92, bgcolor: transparent"]F [/TD]
[/TR]
[TR]
[TD]Picker[/TD]
[TD]Time spent picking[/TD]
[TD]Units Picked[/TD]
[TD]Rounds picked[/TD]
[TD]Pick rate[/TD]
[/TR]
[TR]
[TD]P[/TD]
[TD]01:30[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[/TR]
</tbody>[/TABLE]
I have 2 of these tables for 2 different operations. One works correctly, the other doesn't.
Time spent picking is calculated from another tab using a start and finish time. The below formula is the one not working properly. I have to add 24 (hours) to the start time as the time duration occurs over midnight and without it I get #### errors.
=IF('Input Corby Picker Data'!$F4<'Input Corby Picker Data'!$E4,24+'Input Corby Picker Data'!$F4-'Input Corby Picker Data'!$E4,'Input Corby Picker Data'!$F4-'Input Corby Picker Data'!$E4)
I use the same formula without the 24 on another table and it works fine.
Calculation for pick rate is =IFERROR(D6/(C6*24),"")
This is the same for both tables.
I get the answer 0 rather than an error/reference/value message but this isn't right.
Snippet above has nothing in the units column but it is part of a larger table with other rows that have values in this column that should change the Pick Rate to more than 0.
Any help you could give me would be greatly appreciated!