+ Reply to Thread
Results 1 to 2 of 2

Take max of cells that include "<"

  1. #1
    Registered User
    Join Date
    07-13-2020
    Location
    n,a
    MS-Off Ver
    n/a
    Posts
    1

    Take max of cells that include "<"

    How do I take the maximum of a series of results that might include a " < " symbol? Here are two common examples I encounter:

    EXAMPLE 1 (in this case, max would just be <0.0001 since they are all the same)
    <0.0001
    <0.0001
    <0.0001
    <0.0001


    EXAMPLE 2 (max in this case is 0.0002)
    <0.0001
    <0.0001
    <0.0001
    0.0002


    Thanks!
    Attached Files Attached Files

  2. #2
    Forum Contributor
    Join Date
    04-19-2015
    Location
    pakistan
    MS-Off Ver
    2013
    Posts
    335

    Re: Take max of cells that include "<"

    Like this>> ="<"&MAX(SUBSTITUTE(A2:A6,"<","")*1) its array CSE

    Gondal

+ 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] "Update formula to include adjacent cells" automatically
    By virtuosok in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 10-26-2017, 11:41 AM
  2. [SOLVED] Need help modifying multiple range code to include LastRow ("B2:B10",..) -> ("B2:B" & LR.)
    By sureng20 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 10-09-2017, 09:31 AM
  3. Trying to include "Blank Cells" in a SUMIFS formula
    By KomicJ in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 10-28-2015, 11:47 PM
  4. How to make a Pivot Table "Top 10" include an "other" category.
    By Melvinrobb in forum Excel Charting & Pivots
    Replies: 7
    Last Post: 09-09-2014, 05:15 AM
  5. [SOLVED] Delete entire rows if cells include "Paper".
    By HerryMarkowitz in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 11-20-2013, 07:55 AM
  6. [SOLVED] How to USE """"" cells count """"" change font color
    By austin123456 in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 10-09-2013, 06:14 AM
  7. Help Needed to get Filters Using "Include" and "Exclude" multiple values on one column.
    By alfykunable in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 08-23-2012, 04:03 AM

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