J
jmanrev
Hello All,
I would first like to thank you for your time to help answer my
question.
I am using office xp and i am editing a file used in excel 97. The
file is a very simple accounts receiveable spreadsheet. Because I live
on the border of 2 states and do business in both I have to pay sales
taxes. No big deal. What i want tho is in my spread sheet to put in an
if statment that will based on wether or not WV is put in or OH these
can be subtituded with a 1 or 2. If it is WV or 1 in the cell d9 then
take what i recieved in e9 divide it and give back two numbers one in
f9 my money and k9 or l9(depending on if oh or wv) two sales taxes, and
if d9=oh then give the same thing but times a different sales tax i
know i can use a absolute reference to help with pointing out the sales
taxes for each state but how can i get it to do the rest for me.
=if(d9=wv,,if d9=oh,,))
I would first like to thank you for your time to help answer my
question.
I am using office xp and i am editing a file used in excel 97. The
file is a very simple accounts receiveable spreadsheet. Because I live
on the border of 2 states and do business in both I have to pay sales
taxes. No big deal. What i want tho is in my spread sheet to put in an
if statment that will based on wether or not WV is put in or OH these
can be subtituded with a 1 or 2. If it is WV or 1 in the cell d9 then
take what i recieved in e9 divide it and give back two numbers one in
f9 my money and k9 or l9(depending on if oh or wv) two sales taxes, and
if d9=oh then give the same thing but times a different sales tax i
know i can use a absolute reference to help with pointing out the sales
taxes for each state but how can i get it to do the rest for me.
=if(d9=wv,,if d9=oh,,))