Hello,
I have a hypothetical problem where I want a cash flow chart to post a purchase at a first instance where a down payment is met.
In this case B7 >= O17 then start a loan at that point in time
Cell B:18 = =INDEX($D$17:$BK$17,MATCH(TRUE,INDEX(($D$17:$BK$17>$B$7),),0))
Cell D:19 = =IF($B$18=D$17,SEQUENCE(1,$B$9*$B$11,$B$12*-1,0),0)
The function in D19 works if I only drag it to the cell its true. But if I drag it past I get the spill error. I would like this to be automatic due to varying items.
What can I put in D19 to make the payments start posting at the time the down payment is less than or equal to the values in row 17
I am a newbie at functions in excel but I am learning lots from you all.
Thanks,
Ultimately I want it to look like this:
What I am getting is this:
I have a hypothetical problem where I want a cash flow chart to post a purchase at a first instance where a down payment is met.
In this case B7 >= O17 then start a loan at that point in time
Cell B:18 = =INDEX($D$17:$BK$17,MATCH(TRUE,INDEX(($D$17:$BK$17>$B$7),),0))
Cell D:19 = =IF($B$18=D$17,SEQUENCE(1,$B$9*$B$11,$B$12*-1,0),0)
The function in D19 works if I only drag it to the cell its true. But if I drag it past I get the spill error. I would like this to be automatic due to varying items.
What can I put in D19 to make the payments start posting at the time the down payment is less than or equal to the values in row 17
I am a newbie at functions in excel but I am learning lots from you all.
Thanks,
Ultimately I want it to look like this:
What I am getting is this: