IF AND error

mactoolsix

Board Regular
Joined
Nov 30, 2010
Messages
105
I'm trying to make a simple SS where any income shortfall is covered by withdrawals from a personal investment account.
When Column V is < 0, I want to withdraw funds (column C ) to cover the shortfall.
The problem arises in cell C12. =IF(E11>-V12,-V12,0)
Cell Formulas
RangeFormula
A10:B13A10=A9+1
C10:C11C10=IF(AND(V9<0,E9>U10),U10,0)
D10:D13D10=$D$2*E9
E10:E13,H10:H13E10=E9-C10+D10
F10:F13F10=F9
G10:G13G10=$G$2*H9
K10:K13K10=IF((F10-25900)*0.1>0,(F10-25900)*0.1,0)
L10:L13L10='Years to Retirement'!$K$5
M10:M13M10=$M$2*(N9+(0.5*L10))
N10:N13N10=N9+L10+M10
T10:T13T10=Q10+R10+S10
U10:U13U10=U9*(1+$U$2)
V10:V13V10=T10-U10
Q10:Q11Q10=(1+$U$2)*Q9
C12:C13C12=IF(E11>-V12,-V12,0)
I12:I13I12=F7
R10:R13R10=C10
 

Excel Facts

How can you turn a range sideways?
Copy the range. Select a blank cell. Right-click, Paste Special, then choose Transpose.
I should have included the column titles - sorry about that.

Roth Ladder.xlsx
ABCDEFGHIJKLMNOPQRSTUV
1YearAgeWithdrawal All LT GainsGrowth (ROI)Personal Investment BalanceRoth IRA ConversionRoth IRA GrowthRoth IRA BalanceRoth IRA Withdrawal AmountSource Of Funds Taxes on Conversions401K Cont.401K GrowthIRA / 401K BalanceFactorRMDOther IncomeFrom Savings & RMDSocial SecurityTotal IncomeLiving ExpensesShort / Over
28%500,0008%450,0008%20,0003%
10202953068,553925,46540,00051,309652,6740N/A1,41024,00021,519302,50974,776074,77674,7760
11203054074,037999,50240,00052,214664,8880N/A1,41024,00025,161351,67077,020077,02077,0200
12203155079,9601,079,46240,00053,191678,07940,0002026 Conv.1,41024,00029,094404,7630079,330(79,330)
1320325681,71086,3571,084,10940,00054,246692,32540,0002027 Conv.1,41024,00033,341462,10481,71081,71081,7100
14203357086,7291,170,83840,00055,386707,71140,0002028 Conv.1,41024,00037,928524,0320084,161(84,161)
Roth Ladder
Cell Formulas
RangeFormula
T10:T14T10=Q10+R10+S10
U10:U14U10=U9*(1+$U$2)
V10:V14V10=T10-U10
K10:K14K10=IF((F10-25900)*0.1>0,(F10-25900)*0.1,0)
L10:L14L10='Years to Retirement'!$K$5
M10:M14M10=$M$2*(N9+(0.5*L10))
N10:N14N10=N9+L10+M10
A10:B14A10=A9+1
C10:C11C10=IF(AND(V9<0,E9>U10),U10,0)
D10:D14D10=$D$2*E9
E10:E14,H10:H14E10=E9-C10+D10
F10:F14F10=F9
G10:G14G10=$G$2*H9
Q10:Q11Q10=(1+$U$2)*Q9
C12:C14C12=IF(E11>-V12,-V12,0)
I12:I14I12=F7
R10:R14R10=C10
 
Upvote 0

Forum statistics

Threads
1,214,782
Messages
6,121,532
Members
449,037
Latest member
tmmotairi

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top