+ Reply to Thread
Results 1 to 4 of 4

Index Assistance

  1. #1
    Registered User
    Join Date
    09-30-2016
    Location
    Guelph ontario
    MS-Off Ver
    2013
    Posts
    2

    Index Assistance

    Hello


    I am trying to create a formula using multiple criteria that will look at a certain row of data, fix the max number and return the box quantity to me.

    To further clarify what I am talking about, with the excel sheet I've attached I want it to look at the multiplier sheet, pull "apple", look at B3:AT3 and determine the highest number and return the box quantity from B2:AT2

    I tried using INDEX(Multiplier!A3:A7,MATCH(Sheet1!A3,MAX(Multiplier!B3:AT3,Multiplier!B2:AT2)))

    Thanks!
    Attached Files Attached Files

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

    Re: Index Assistance

    Try:

    =MAX(INDEX(Multiplier!$B$3:$AT$7,MATCH(A3,Multiplier!$A$3:$A$7,0),0))

    if you are looking for the header numbers in row 2, then try:

    =INDEX(Multiplier!$B$2:$AT$2,MATCH(MAX(INDEX(Multiplier!$B$3:$AT$7,MATCH(A3,Multiplier!$A$3:$A$7,0),0)),INDEX(Multiplier!$B$3:$AT$7,MATCH(A3,Multiplier!$A$3:$A$7,0),0),0))
    Last edited by NBVC; 09-30-2016 at 03:30 PM.
    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
    09-30-2016
    Location
    Guelph ontario
    MS-Off Ver
    2013
    Posts
    2

    Re: Index Assistance

    The formula you have works except it does not retrieve the box Q in B2:AT2

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

    Re: Index Assistance

    Sorry,

    I realized that, please see my post again, I revised it.

+ 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] Index Match Formula assistance
    By sintek in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 08-09-2016, 08:35 AM
  2. [SOLVED] Assistance with Filtering out -m- tags from a Index
    By AceForSale in forum Excel Formulas & Functions
    Replies: 16
    Last Post: 03-24-2016, 06:04 PM
  3. [SOLVED] Index and Match formula assistance
    By bigroo1958 in forum Excel General
    Replies: 9
    Last Post: 12-11-2014, 01:50 PM
  4. Assistance with formula (countif,sum,index)
    By omv_80 in forum Excel Formulas & Functions
    Replies: 12
    Last Post: 05-30-2014, 11:20 AM
  5. Index + match assistance!
    By LemonOrange in forum Excel General
    Replies: 12
    Last Post: 04-02-2014, 03:39 PM
  6. Index/Match Data Cleansing Assistance
    By cadyl70 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 11-28-2013, 06:25 AM
  7. [SOLVED] Index & Match Assistance
    By Excel-Access in forum Excel General
    Replies: 1
    Last Post: 12-10-2012, 05:50 AM

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