+ Reply to Thread
Results 1 to 1 of 1

formula locating max value and to see if the other columns are within -6 from max

  1. #1
    Registered User
    Join Date
    07-16-2014
    Location
    Sweden
    MS-Off Ver
    2010
    Posts
    7

    Question formula locating max value and to see if the other columns are within -6 from max

    Hello I have a spread sheet with 4 columns presenting values.
    By using Max(B1:E1) i will get the max value of those columns.
    But then I want to use that max value and check that all those 4 columns with values are not less than -6 from the max value.
    And those values is more than -6 will be highlighted.

    Tips?

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

    Re: formula locating max value and to see if the other columns are within -6 from max

    Select B1:E1

    Conditional Formatting
    New Rule
    Use a formula to determine...

    Enter as the formula
    =(B1<=(MAX(B1:E1)-6))
    and format as necessary
    Last edited by Special-K; 07-17-2014 at 05:17 AM.
    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.

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

    Re: formula locating max value and to see if the other columns are within -6 from max

    Select B1:E1

    Conditional Formatting
    New Rule
    Use a formula to determine...

    Enter as the formula
    =(B1<=(MAX(B1:E1)-6))
    and format as necessary

+ 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. [SOLVED] Locating duplicate entries in different columns to pair assocaited information.
    By Travis07 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 07-07-2014, 02:40 PM
  2. [SOLVED] Need Help with Locating the whole Column with Its Title in Formula
    By Haidar123 in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 03-24-2014, 07:16 PM
  3. error formula locating similar data
    By Mage in forum Excel Programming / VBA / Macros
    Replies: 17
    Last Post: 06-11-2010, 04:06 AM
  4. Formula Help For Locating Data
    By markrennolds in forum Excel General
    Replies: 5
    Last Post: 10-08-2009, 05:44 PM
  5. Formula for locating cell in another sheet?
    By Yappa in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 05-19-2008, 01:24 PM

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