+ Reply to Thread
Results 1 to 5 of 5

A formula to list my top 50 highest items and their quantities

  1. #1
    Forum Contributor
    Join Date
    08-18-2017
    Location
    SOUTH AFRICA
    MS-Off Ver
    MS EXCEL 2016
    Posts
    109

    A formula to list my top 50 highest items and their quantities

    Hi guys I need a formula or a vba code to list my top items as per cell B2 (this is a manual entry) as per the attached file under TopItems (sheet), and they must be listed downwards from A5 & B5
    Attached Files Attached Files

  2. #2
    Forum Expert Sam Capricci's Avatar
    Join Date
    06-14-2012
    Location
    Palm Harbor, Florida
    MS-Off Ver
    16.84 for Mac MS 365
    Posts
    8,499

    Re: A formula to list my top 50 highest items and their quantities

    so this is how I would do it, a couple helper columns. A rank formula to your usage sheet then a couple formulas to the top items sheet (see your attached sheet again.
    Attached Files Attached Files
    Make contributors happy, click on the "* Add Reputation" as a way to say thank you.
    Sam Capricci

  3. #3
    Forum Contributor
    Join Date
    08-18-2017
    Location
    SOUTH AFRICA
    MS-Off Ver
    MS EXCEL 2016
    Posts
    109

    Re: A formula to list my top 50 highest items and their quantities

    Thanks it works but could you please write the formula for me, I just want to understand before "MATCH" at what cell range is it pulling from?

    =INDEX(?????;MATCH(TopItems!D5;'Usage per Month'!$M$5:$M$41;0))
    =INDEX(Table_Query_from_SysproCompanyA410[StockCode];MATCH(TopItems!D5;'Usage per Month'!$M$5:$M$41;0))

  4. #4
    Forum Expert Sam Capricci's Avatar
    Join Date
    06-14-2012
    Location
    Palm Harbor, Florida
    MS-Off Ver
    16.84 for Mac MS 365
    Posts
    8,499

    Re: A formula to list my top 50 highest items and their quantities

    that index section is from A5:A41, when I selected it the formula inserted that table section. You must have made it a named table.
    so without the table reference it would normally read =INDEX('usage per month'!$A$5:$A$41;MATCH(TopItems!D5;'Usage per Month'!$M$5:$M$41;0))

  5. #5
    Forum Contributor
    Join Date
    08-18-2017
    Location
    SOUTH AFRICA
    MS-Off Ver
    MS EXCEL 2016
    Posts
    109

    Re: A formula to list my top 50 highest items and their quantities

    Oh I see thanks a lot, I'm already using the formula as we speak

+ 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. Replies: 4
    Last Post: 08-31-2015, 11:46 PM
  2. sum items quantities from different sheets
    By Vidas in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 05-08-2014, 03:34 AM
  3. [SOLVED] Extracting summary list of larger list showing only items that have quantities
    By BenjaminRCP in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 04-14-2014, 01:01 PM
  4. Replies: 5
    Last Post: 04-12-2013, 05:48 PM
  5. Individually list grouped items / quantities
    By Danexcel in forum Excel Programming / VBA / Macros
    Replies: 14
    Last Post: 02-05-2010, 12:43 PM
  6. Calculating totals for items with associated quantities over multiple rows
    By drewship in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 05-04-2009, 01:26 PM
  7. How do I combine quantities of similar line items
    By Joshua Hullender in forum Excel General
    Replies: 2
    Last Post: 01-03-2006, 07:45 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