IntermediateLogical Functions8 min25 points

Work out fill rate without a divide error

The situation

Harbor Supply reports fill rate as units shipped over units ordered. Cancelled lines show zero ordered, and dividing by zero fills the column with #DIV/0! — which then breaks every total further down the sheet.

A1
fx
Work out fill rate without a divide error — question sheet. Use the arrow keys to move between cells, Enter or F2 to edit, Escape to cancel, Control D to fill down from the cell above, and Control C and Control V to copy and paste.
Row numberABCDE
1LineOrderedShippedFill rate
2L-101200.00180.00
3L-1020.000.00
4L-103150.00150.00
5L-1040.000.00
6L-10590.0072.00
7

Functions in this exercise

  • IFReturns one value when a test is true and another when it is false.

Who this is for