+ Reply to Thread
Results 1 to 5 of 5

Return Row title from existing Max formula

  1. #1
    Registered User
    Join Date
    05-17-2015
    Location
    Australia
    MS-Off Ver
    2013
    Posts
    21

    Return Row title from existing Max formula

    Hi,

    I am trying to return the row title from a max formula
    I have data validation picking the month I want the max value to return from
    Also want to return in a seperate cell the Item number.
    I have tried =INDEX(A3:A14,MATCH(C18,Month_Year,0),MATCH(D18,Item_Data,0)) ctrl shift enter

    Thanks for any help

    Iain
    Attached Files Attached Files

  2. #2
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: Return Row title from existing Max formula

    Here's a Non-Array formula you can use in D18
    =MAX(INDEX(Item_Data,0,MATCH($C18,Month_Year,0)))

    Then in E18, you can use
    =INDEX($A$3:$A$14,MATCH($D18,INDEX(Item_Data,0,MATCH($C18,Month_Year,0)),0))

  3. #3
    Forum Expert
    Join Date
    09-11-2014
    Location
    Washington, DC
    MS-Off Ver
    2016
    Posts
    1,907

    Re: Return Row title from existing Max formula

    Something like this?

    Please Login or Register  to view this content.
    Last edited by mcmahobt; 12-16-2015 at 05:04 PM. Reason: Should have refreshed the page =o)
    Spread the love, add to the Rep

    "None of us are as smart as all of us."

  4. #4
    Registered User
    Join Date
    05-17-2015
    Location
    Australia
    MS-Off Ver
    2013
    Posts
    21

    Re: Return Row title from existing Max formula

    Thank you,
    Works as planned

    Cheers Iain

  5. #5
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: Return Row title from existing Max formula

    You're welcome.

+ 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. Adding an additional IF function to my existing formula to return a blank
    By xmann21 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 10-29-2015, 09:52 AM
  2. VBA Code to Add Title to an Existing PPT Template
    By rhouston08 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 02-20-2015, 12:07 PM
  3. How to add to existing chart title and loop through
    By ShaliniGomes in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 06-05-2014, 03:24 AM
  4. Excel 2007 - how do youadd a title to an existing line scatter graph?
    By hillctrytex in forum Excel Charting & Pivots
    Replies: 7
    Last Post: 07-11-2013, 12:58 PM
  5. Replies: 8
    Last Post: 05-14-2013, 12:36 AM
  6. Replies: 2
    Last Post: 03-27-2011, 06:51 PM
  7. Return Chart title formula using VBA
    By NickyC in forum Excel Charting & Pivots
    Replies: 10
    Last Post: 12-29-2010, 10:29 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