+ Reply to Thread
Results 1 to 3 of 3

Modified 'Max' formula?

  1. #1
    Registered User
    Join Date
    02-23-2010
    Location
    Leicester, England
    MS-Off Ver
    Excel 2003
    Posts
    23

    Modified 'Max' formula?

    I have 2 columns - Year and amount

    Column 1(year) can have multiple years in any order
    Column 2 (Amount) will just show the value

    I need to pull back the large value, which I can do by usingthe Max or Large formula. However, I need to pull back the largest value for each year e.g. for 2010, 2009, 2008 etc

    Any help mych appreciated.

    Cheers
    Last edited by NBVC; 05-17-2010 at 11:59 AM.

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Modified 'Max' formula?

    something like:

    =MAX(IF($A$2:$A$100=2010,$B$2:$B$100))

    adjust the ranges to suit and the confirm with CTRL+SHIFT+ENTER not just ENTER. You will see { } brackets appear around the formula.

    Note: You can replace the 2010 with a reference to the year in a cell.

    You can also do this with a Pivot Table, I believe.
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  3. #3
    Registered User
    Join Date
    02-23-2010
    Location
    Leicester, England
    MS-Off Ver
    Excel 2003
    Posts
    23

    Re: Modified 'Max' formula?

    Works thanks for that, I can save what little hair I have left.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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