Courses
Service level
Background
There has been some problems with out of stock situations during last year, 2019. You want to analyze the extent of the problems. You have extracted:
- Opening stock balance for 2019 (data source: WMS).
- Stock transactions inbound and outbound for 2019 (data source: WMS).
Exercises
Exercise 1 [Sort]
Sort the Table in Transactions sheet on Transaction date (oldest to newest) and Material.
Exercise 2 [IF]
Create a new column Transaction quantity + / – in the Transactions sheet Table with a formula that returns:
- Outbound transaction quantity (to customers) as negative.
- Inbound transaction quantity (from suppliers) as positive.
Exercise 3 [IF, VLOOKUP, MATCH, OFFSET]
Create a new column Stock balance backorders in the Transactions sheet Table with a formula that returns:
- Opening stock balance if this row is the first row for a material.
- Stock balance from previous row if this row contains the same material as previous row.
Exercise 4 [IF]
Create a new column Stock balance in the Transactions sheet Table with a formula that returns:
- Zero (0) if Stock balance backorders contains numbers less than zero.
- Stock balance backorders value if Stock balance backorders does not contain numbers less than zero.
Exercise 5 [VLOOKUP]
Create a new column Supplier name in the Transactions sheet Table with a formula that returns Supplier name for the materials.
Exercise 6 [Style and structure]
Change cell styles of all formulas to the Calculation cell style.
Exercise 7 [Style and structure, COUNTIFS, Conditional Formatting]
- Create a new Calculation Sheet named Service level.
- Add a Table listing all the suppliers.
- Add a column, Sales order lines count, showing the number of sales order lines per supplier.
- Add a column, Backorders count, showing the number of sales order lines that has a negative stock balance per supplier.
- Add a column, Order line fill rate, a KPI showing in percentage the amount of order lines that has not been delivered complete directly from stock per supplier.
- Add Conditional Formatting for the Order line fill rate column with a scale showing green, yellow and red.

