T
Toby
I am a novic at best with excel. I can add columns and simple tasks.
am trying to input a Y or N answer in a cell. If yes then cell shoul
= 0. If no, cell should read value of another cell. It would loo
like this:
A B C D
E
acct balance monthly pmt payoff new pmt
house $100000 $1,000 yes $0.00
car $ 6000 $ 500 no $ 500.00
cc #1 $ 4000 $ 50 no $ 50.00
cc #2 $ 2000 $ 100 yes $0.00
Hopefully you get the point. I have tried the following formula:
=if(D2=Y, SUM(0), (D2=N, SUM(C3)
If anyone know's how I can input the correct forlula - it would b
greatly appreciated. Getting this done could save me 10 hours a week
am trying to input a Y or N answer in a cell. If yes then cell shoul
= 0. If no, cell should read value of another cell. It would loo
like this:
A B C D
E
acct balance monthly pmt payoff new pmt
house $100000 $1,000 yes $0.00
car $ 6000 $ 500 no $ 500.00
cc #1 $ 4000 $ 50 no $ 50.00
cc #2 $ 2000 $ 100 yes $0.00
Hopefully you get the point. I have tried the following formula:
=if(D2=Y, SUM(0), (D2=N, SUM(C3)
If anyone know's how I can input the correct forlula - it would b
greatly appreciated. Getting this done could save me 10 hours a week