HelpExcelHelpers
New Member
- Joined
- May 5, 2018
- Messages
- 15
I have a column for each Banked, Bankable, Borrowed, Used, and Remaining - for each year.
Under K6 I have this formula for "Banked"
=IF(ISBLANK(J6)=true,"0",If(F6<N6,0,F6-N6))
*Basically this formula is grabbing from the previous year only when I enter a date in J6 otherwise it's blank.
Under L6 I have this formula for "Bankable"
=(C2-G6)
*Giving me the year's amount minus the borrowed amount from the previous year* THIS IS THE ONE THAT I NEED HELP ON.
Under N6 for "Used" this is where I will type in a number and I want this number to deduct from K6 first then deduct from L6 once K6 is at zero.
Under O6 for "Remaining" I have this formula which is only pulling from K6 and not doing a thing to L6
=if(sum(K6,L6)N6>0,sum(K6,L6,M6),L6+M6)
Can anyone help me sort this out PLEASE!!
Under K6 I have this formula for "Banked"
=IF(ISBLANK(J6)=true,"0",If(F6<N6,0,F6-N6))
*Basically this formula is grabbing from the previous year only when I enter a date in J6 otherwise it's blank.
Under L6 I have this formula for "Bankable"
=(C2-G6)
*Giving me the year's amount minus the borrowed amount from the previous year* THIS IS THE ONE THAT I NEED HELP ON.
Under N6 for "Used" this is where I will type in a number and I want this number to deduct from K6 first then deduct from L6 once K6 is at zero.
Under O6 for "Remaining" I have this formula which is only pulling from K6 and not doing a thing to L6
=if(sum(K6,L6)N6>0,sum(K6,L6,M6),L6+M6)
Can anyone help me sort this out PLEASE!!