NEED HELP WRITING IF STATEMENT

B

bumblebug

Help! I need an IF statement that says the following:

If H2 = PLATINUM THEN I2=$170 OR IF H2 = PREMIUM THEN I2=$150 OR IF H2 =
ALTERNATE THEN I2=$50

Someone please help me!!!!
 
M

Mike H

Try this in I2

=IF(H2="Platinum",170,IF(H2="Premium",150,IF(H2="Alternate",50,"Not
Specified")))

Mike
 
G

Gaurav

in I2 enter the following

=IF(H2="Platinum",170,IF(H2="Premium",150,IF(H2="Alternate",50,"")))

format I2 as currency.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top