+ Reply to Thread
Results 1 to 4 of 4

Highest Value Return

  1. #1
    Registered User
    Join Date
    12-27-2013
    Location
    Irving, Texas
    MS-Off Ver
    Excel 2013
    Posts
    42

    Highest Value Return

    Hello all,

    What function should I be looking to use if I want a formula to return the highest numerical value based off of the result of a If/Then statement?
    Is there a function for that kind of thing?

    Basically:

    If(A5<>A4, [return highest numerical value in column AE], "")
    I just don't know what function I'm looking for to complete the statement. Already tried CountIF and SumIF and those weren't quite right.

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,939

    Re: Highest Value Return

    Try MAX() or LARGE()
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  3. #3
    Registered User
    Join Date
    12-27-2013
    Location
    Irving, Texas
    MS-Off Ver
    Excel 2013
    Posts
    42

    Re: Highest Value Return

    Evidently I didn't have this down quite as much as I thought.
    Here's what I've got -
    If('Wave 1'!E5<>'Wave 1'!E6), MAX('Wave 1'!AE:AE),"")

    So basically, when E5 (and so on) and E6 (the cell below the first) are not the same, I need the highest number in Column AE up to that point. Then I need it to reset itself and start over from that line.

    Does that make sense?

  4. #4
    Registered User
    Join Date
    12-27-2013
    Location
    Irving, Texas
    MS-Off Ver
    Excel 2013
    Posts
    42

    Re: Highest Value Return

    Evidently I didn't have this down quite as much as I thought.
    Here's what I've got -
    If('Wave 1'!E5<>'Wave 1'!E6), MAX('Wave 1'!AE:AE),"")

    So basically, when E5 (and so on) and E6 (the cell below the first) are not the same, I need the highest number in Column AE up to that point. Then I need it to reset itself and start over from that line.

    Does that make sense?

+ 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. Return highest value from within group
    By Trig79 in forum Excel Charting & Pivots
    Replies: 2
    Last Post: 06-18-2014, 09:13 AM
  2. return of a row no of next highest value
    By Zalokin in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 10-25-2013, 07:02 AM
  3. Return Highest Value by Name
    By dodger999 in forum Excel General
    Replies: 4
    Last Post: 03-04-2011, 08:56 AM
  4. How do I return the highest value
    By BrianOfNazareth in forum Excel General
    Replies: 3
    Last Post: 04-07-2010, 12:48 PM
  5. How Do I Return 2nd Highest Value?
    By fredmeister in forum Excel General
    Replies: 2
    Last Post: 09-12-2008, 10:56 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