+ Reply to Thread
Results 1 to 2 of 2

LookUP function help with IF function

  1. #1
    Registered User
    Join Date
    09-09-2013
    Location
    London
    MS-Off Ver
    Excel 2010
    Posts
    40

    LookUP function help with IF function

    Hello
    Please help me here.
    I am trying to create a formula where i have column B with data validation (low, medium, high and very high). See example below

    Column A column B
    1 Product1 High
    2 Product2 Low
    3 Product3 Very High
    4 Critical rating

    I want to create a formula on cell B4 to give me result if any of the cells between B1 and B3 has either high or Very High, it should return result with a Yes.

    Thanks

  2. #2
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,196

    Re: LookUP function help with IF function

    Try

    =IF(SUM(COUNTIF(B1:B3,{"High","Very High"})),"yes","no")

+ 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. lookup based on cellvalue... without the lookup function needed
    By NoSleepForMe in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 12-16-2016, 04:54 AM
  2. Time Intervals, Ranges, IF function, Lookup Function
    By HDTV in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 07-23-2014, 03:52 PM
  3. Combining a IF function and lookup function
    By Trottlips in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 07-08-2014, 05:34 PM
  4. Create a lookup formula with an If or Lookup function
    By afountas21 in forum Excel General
    Replies: 2
    Last Post: 09-05-2012, 06:53 PM
  5. [SOLVED] Nested IF Function or LOOKUP Function
    By rstephen in forum Excel General
    Replies: 4
    Last Post: 07-03-2012, 09:42 PM
  6. If/then LookUp Function or a Function to copy data for sheet to sheet
    By imdavenp85 in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 08-26-2008, 10:21 AM
  7. [SOLVED] Pivot table doing a lookup without using the lookup function?
    By NGASGELI in forum Excel General
    Replies: 0
    Last Post: 08-02-2005, 01:05 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