+ Reply to Thread
Results 1 to 3 of 3

Show category with highest spend data

  1. #1
    Registered User
    Join Date
    10-26-2018
    Location
    UK
    MS-Off Ver
    2016
    Posts
    20

    Question Show category with highest spend data

    Hello, I'm trying to sort a list of suppliers that has spend filtered by department.

    What I want to do is find the department that spends the most with a supplier and list that on a separate list. I have included an example in the workbook attached

    Is this thing possible? I thought maybe a HLOOKUP but couldn't figure it out
    Attached Files Attached Files

  2. #2
    Forum Guru Bo_Ry's Avatar
    Join Date
    09-10-2018
    Location
    Thailand
    MS-Off Ver
    MS 365
    Posts
    7,211

    Re: Show category with highest spend data

    Please try at D20

    =INDEX($D$4:$G$4,MATCH(MAX(D5:G5),D5:G5,))


    or if Supplier is not sort
    =INDEX($D$4:$G$4,MATCH(MAX(INDEX($D$5:$G$14,MATCH(C20,$C$5:$C$14,),)),INDEX($D$5:$G$14,MATCH(C20,$C$5:$C$14,),),))
    Attached Files Attached Files

  3. #3
    Registered User
    Join Date
    10-26-2018
    Location
    UK
    MS-Off Ver
    2016
    Posts
    20

    Re: Show category with highest spend data

    Quote Originally Posted by Bo_Ry View Post
    Please try at D20

    =INDEX($D$4:$G$4,MATCH(MAX(D5:G5),D5:G5,))


    or if Supplier is not sort
    =INDEX($D$4:$G$4,MATCH(MAX(INDEX($D$5:$G$14,MATCH(C20,$C$5:$C$14,),)),INDEX($D$5:$G$14,MATCH(C20,$C$5:$C$14,),),))
    Perfect! thank you so much

+ 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 Text of Rep with the Highest Current Spend within same Website
    By uacdub in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 08-03-2016, 10:25 AM
  2. [SOLVED] Need data to show by selecting a category in a drop down list
    By uahmed90 in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 04-21-2015, 01:30 AM
  3. [SOLVED] Finding highest dollar value with corresponding category and #
    By managingcrap in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 11-01-2014, 04:27 PM
  4. get the highest value on every category
    By stoey in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 08-28-2012, 05:42 PM
  5. [SOLVED] Productsum: Highest Frequency Category, Specific Main Category, Frequency of Category
    By T86157 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 05-24-2012, 12:43 PM
  6. Replies: 9
    Last Post: 04-27-2011, 09:12 PM
  7. [SOLVED] How do I estimate the year spend if spend is $26000 as of May?
    By Felicia Pickett in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 06-19-2006, 11:15 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