Results 1 to 4 of 4

Conditional IF statement help

Threaded View

  1. #1
    Registered User
    Join Date
    02-24-2010
    Location
    Charlotte, NC
    MS-Off Ver
    Excel 2003
    Posts
    51

    Conditional IF statement help

    How can I complete this formula?

    Basically I want to say, only when cell H2 contains Item3, Item5, Item7 or Item9 then use the following formula:

    =IF(I2="1-Critical",4,IF(I2="2-High",3,IF(I2="3-Medium",2,IF(I2="4-Low",1,"")))))

    Summary:
    If cell H2 contains Item3, Item5, Item7, or Item9, then it will populate the cell containing the formula with 4,3,2, or 1.
    Last edited by NBVC; 04-07-2010 at 04:25 PM.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1