Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default NEED HELP WRITING IF STATEMENT

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!!!!
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22
Default NEED HELP WRITING IF STATEMENT

Hi there

This should work. =IF(H2="Platinum",170,IF(H2="Premium",150,50))



"bumblebug" wrote:

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!!!!

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,501
Default NEED HELP WRITING IF STATEMENT

Try this in I2

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

Mike

"bumblebug" wrote:

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!!!!

  #4   Report Post  
Posted to microsoft.public.excel.misc
Max Max is offline
external usenet poster
 
Posts: 9,221
Default NEED HELP WRITING IF STATEMENT

One way
In I2: =VLOOKUP(H2,{"Platinum",170;"Premium",150;"Alterna te",50},2,0)
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:18,600 Files:362 Subscribers:60
xdemechanik
---
"bumblebug" wrote:
.. 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


  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22
Default NEED HELP WRITING IF STATEMENT



"BT" wrote:

Hi there

This should work. =IF(H2="Platinum",170,IF(H2="Premium",150,50))

Sorry - should have said to place in cell I2

"bumblebug" wrote:

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!!!!



  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 36
Default NEED HELP WRITING IF STATEMENT

in I2 enter the following

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

format I2 as currency.


"bumblebug" wrote in message
...
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!!!!



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Writing IF Statement Angie Excel Worksheet Functions 4 June 5th 07 10:10 PM
Statement writing problem Clay Excel Worksheet Functions 4 March 15th 07 04:55 PM
writing a statement newexceluser Excel Worksheet Functions 1 July 21st 06 10:15 PM
Help writing an IF statement cynichromantique Excel Worksheet Functions 6 April 1st 06 12:51 AM
when writing an IF statement what is the syntax for "Not Equal to. NEEDTOKNOW Excel Discussion (Misc queries) 1 December 10th 04 04:45 PM


All times are GMT +1. The time now is 10:19 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"