+ Reply to Thread
Results 1 to 2 of 2

IF Function

  1. #1
    Registered User
    Join Date
    07-08-2015
    Location
    U.S.
    MS-Off Ver
    2013
    Posts
    1

    IF Function

    Is it possible to combine more than 2 cells when looking for a particular entry in a cell and return different answers to more than 2 cells. For example, IF Cell A3 = “200”, Cell B3 >= “5600” and Cell C3 = “Unit” then return “Green” in Cell J3, and “Red” in Cell M3.

  2. #2
    Forum Guru AlKey's Avatar
    Join Date
    07-20-2009
    Location
    Lakeland, FL USA
    MS-Off Ver
    Microsoft Office 2010/ Office 365
    Posts
    8,903

    Re: IF Function

    For that you would need two formulas: one in J3 and the same formula but with different outcome in M3

    =IF(AND(A3=200,B3>=5600,C3="Unit"),"Green","")

    and

    =IF(AND(A3=200,B3>=5600,C3="Unit"),"Red","")
    If you like my answer please click on * Add Reputation
    Don't forget to mark threads as "Solved" if your problem has been resolved

    "Nothing is so firmly believed as what we least know."
    --Michel de Montaigne

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 13
    Last Post: 04-08-2014, 05:46 AM
  2. Replies: 2
    Last Post: 01-15-2014, 11:40 PM
  3. index function error using match function to get data from a cell in an array
    By mabildgaard in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 10-17-2013, 02:21 AM
  4. [SOLVED] IF Function referencing IsNumber, Match, Left function on separate sheets
    By Touch9713 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 10-12-2013, 10:09 PM
  5. Replies: 1
    Last Post: 03-21-2012, 11:22 AM

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