I want to identify my inventory level (days) based on actual/forecasted pull-out and not the average.
The desired result can be achieved thru this formula:
=IF(F9>J9,1,F9/J9)+IF((F9-J9)>O9,1,(F9-J9)/O9)…
But it would be a very long equation if I apply it to day 1 to 31.
Can anyone help me...