E
Excelchallenged
On my worksheet cell A2 contains the STATE and cell B2 contains the price. I
want to enter a function or formula that will calculate the tax amount in
cell C2 if the state in cell A2 is one of 9 and zero if it is not? NOTE:
the tax percentages are not the same for all 9 states.
Here is what I want to happen:
If A2="IA","MS" or "NC" multiply B2 by 7%, If A2="KY" or "PA" multiply B2 by
6%, If A2="CA" multiply B2 by 8.25%, If A2="NE" multiply B2 by 5.5%, If
A2="WA" multiply B2 by 8.8%, If A2="NY" multiply B2 by 8.625% else 0.
I can get part of the formula for the first 3 states
(=IF(A6="MS",PRODUCT(C6*0.07),IF(A6="IA",PRODUCT(C6*0.07),IF(A6="NC",PRODUCT(C6*0.07))))
But when I attempt to continue on with the rest I get a variety of errors.
Can someone help me figure out how to do this?
Thanks
want to enter a function or formula that will calculate the tax amount in
cell C2 if the state in cell A2 is one of 9 and zero if it is not? NOTE:
the tax percentages are not the same for all 9 states.
Here is what I want to happen:
If A2="IA","MS" or "NC" multiply B2 by 7%, If A2="KY" or "PA" multiply B2 by
6%, If A2="CA" multiply B2 by 8.25%, If A2="NE" multiply B2 by 5.5%, If
A2="WA" multiply B2 by 8.8%, If A2="NY" multiply B2 by 8.625% else 0.
I can get part of the formula for the first 3 states
(=IF(A6="MS",PRODUCT(C6*0.07),IF(A6="IA",PRODUCT(C6*0.07),IF(A6="NC",PRODUCT(C6*0.07))))
But when I attempt to continue on with the rest I get a variety of errors.
Can someone help me figure out how to do this?
Thanks