Need serious help with a calculation. The fields are based on a query that has linked many different tables. The calculation I currently have is:
=sum([QtyProduced])/(([runtime]+[downtime])*(Piecesnum]))
It is giving a calculated outcome, but an incorrect one. I am basically trying to get the QtyProduced to divide into the combined runtime+downtim e*piecesnum to get a sum of efficiency. I've tried many different combinations of this calculation, but have had not luck. Any suggestions would be truly appreciated.
JLF
=sum([QtyProduced])/(([runtime]+[downtime])*(Piecesnum]))
It is giving a calculated outcome, but an incorrect one. I am basically trying to get the QtyProduced to divide into the combined runtime+downtim e*piecesnum to get a sum of efficiency. I've tried many different combinations of this calculation, but have had not luck. Any suggestions would be truly appreciated.
JLF
Comment