+ Reply to Thread
Results 1 to 2 of 2

find values in a range based on criteria

  1. #1
    Registered User
    Join Date
    07-15-2011
    Location
    India
    MS-Off Ver
    Excel 2003
    Posts
    4

    Thumbs up find values in a range based on criteria

    Hi,

    I have a set of numeric data in column A.
    i need a formula in column B so that if 2 out of 3 consecutive values in A is greater than 5, the corresponding B column for the 2 values should show a text "High".

    Col A Col B
    2
    3
    6 High
    7 High
    5
    3
    6
    3

    Regards,
    sreejith

  2. #2
    Forum Expert
    Join Date
    03-23-2004
    Location
    London, England
    MS-Off Ver
    Excel 2019
    Posts
    7,064

    Re: find values in a range based on criteria

    Try this

    in B2
    =IF(OR(AND(A1>5,A2>5),AND(A2>5,A3>5)),"High","")
    and copy down
    Regards
    Special-K

    Ensure you describe your problem clearly, I have little time available to solve these problems and do not appreciate numerous changes to them.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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