W
wellfm
::undefined::undefinedTo create a cash-flow spreadsheet of balance
overdue by 30, 60 and 90 days respectively, as well as those sam
increments upcoming in the future, I painstaking built the formula
*=IF(AND(Y10>0,Y10<=30),X10,"")*, where X10 is the balance overdue b
0-30 days. The spreadsheet works fine because the columns for 31-6
days, 61-90 days, and >90 days each contain the appropriate values fo
Y10, respectively.
I copied and modified these four columns to eight to see who had futur
balances by the same four increments. The resuslt is a clean spreadshee
where eight columns return accurate results as the balances age.
But, all that was for Installment #1 only. I just learned that I'
expected to display, on the same spreadsheet, similar results fo
Installments #2, #3 and even #4 if they exist. And my boss doesn't wan
a 32-column spreadsheet!
Since I can't put more than one formula in one cell, can I nest m
formula within other IF(AND formulas or am I on the wrong track here
I've been researching Arrays but I don't think that's the answer.
Any help would be greatly apppreciated as I'm nearly ready to replicat
the successful spreadsheet on three additional tabs which would mea
that management would have to toggle among four separate tabs to se
who owes what at any given time.
Thank you very much
overdue by 30, 60 and 90 days respectively, as well as those sam
increments upcoming in the future, I painstaking built the formula
*=IF(AND(Y10>0,Y10<=30),X10,"")*, where X10 is the balance overdue b
0-30 days. The spreadsheet works fine because the columns for 31-6
days, 61-90 days, and >90 days each contain the appropriate values fo
Y10, respectively.
I copied and modified these four columns to eight to see who had futur
balances by the same four increments. The resuslt is a clean spreadshee
where eight columns return accurate results as the balances age.
But, all that was for Installment #1 only. I just learned that I'
expected to display, on the same spreadsheet, similar results fo
Installments #2, #3 and even #4 if they exist. And my boss doesn't wan
a 32-column spreadsheet!
Since I can't put more than one formula in one cell, can I nest m
formula within other IF(AND formulas or am I on the wrong track here
I've been researching Arrays but I don't think that's the answer.
Any help would be greatly apppreciated as I'm nearly ready to replicat
the successful spreadsheet on three additional tabs which would mea
that management would have to toggle among four separate tabs to se
who owes what at any given time.
Thank you very much