Hi
I am trying to create simple Index / Match formula to find out at which point (date) stock turns negative, but I can't figure out how to insert running total inside of MATCH function.
Formula which I am using - =INDEX(D3:G3,MATCH(TRUE,SUM(B4-(D4:G4))<0,0))
D3:G3 - Range with dates
B4 - Current stock
D4:G4 - Demand
Anyway please see attached.
THanks
Bookmarks