B
Bon43
I am trying to get this formula to work in my report. I have three number
fields:
1. Setuphr (already in hrs/minutes, i.e. 5.5)
2. Cyclemin (in minutes
3. Qty (quantity)
I want to be able to convert setuphr to minutes, then add to the results to
the cyclemin/qty field (which would be minutes) then divide by 60 to get
total hours.
This is what I wrote:
=Sum([set up hours]*60)+(sum[cycle mins]*[qty]))/60 (This results in a sum
of 516.6666…, should be 40.666) What am I doing wrong? I can get this
formula to work in Excel. Please help.
Thanks
fields:
1. Setuphr (already in hrs/minutes, i.e. 5.5)
2. Cyclemin (in minutes
3. Qty (quantity)
I want to be able to convert setuphr to minutes, then add to the results to
the cyclemin/qty field (which would be minutes) then divide by 60 to get
total hours.
This is what I wrote:
=Sum([set up hours]*60)+(sum[cycle mins]*[qty]))/60 (This results in a sum
of 516.6666…, should be 40.666) What am I doing wrong? I can get this
formula to work in Excel. Please help.
Thanks