+ Reply to Thread
Results 1 to 6 of 6

associating best seller list to another column

  1. #1
    Registered User
    Join Date
    11-10-2015
    Location
    USA
    MS-Off Ver
    97
    Posts
    10

    associating best seller list to another column

    Hi, sorry I am sure that is poor title. But here is what I would like to do. I have a column of our all of our part numbers sorted by volume highest to lowest (30,000 skus). Next to it, I ran a sequence all the way down, 1-30,000. and next to that I have group of items that I want to know where they fall on the best seller list.

    Column A: Open right now
    Column B: Group of random Skus
    Column C: Sequence of 1-30,000 (C2: 1, C3: 2...)
    Column D: Skus ranked highest to lowest. Best selling sku is in D2 down to lowest in D30000

    I would like to associate column B against column D and have the related number in Column C be shown in Column A. If that makes sense.

  2. #2
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2406 (Windows 11 23H2 64-bit)
    Posts
    81,598

    Re: associating best seller list to another column

    Will you please attach a sample Excel workbook? We are not able to work with or manipulate a picture of one and nobody wants to have to recreate your data from scratch.

    1. Make sure that your sample data are REPRESENTATIVE of your real data. The use of unrepresentative data is very frustrating and can lead to long delays in reaching a solution.

    2. Make sure that your desired results are also shown (mock up the results manually).

    3. Make sure that all confidential data is removed or replaced with dummy data first (e.g. names, addresses, E-mails, etc.).

    4. Try to avoid using merged cells as they cause lots of problems.

    Unfortunately the attachment icon doesn't work at the moment, so to attach an Excel file you have to do the following: just before posting, scroll down to Go Advanced and then scroll down to Manage Attachments. Now follow the instructions at the top of that screen.

    Please pay particular attention to point 2 (above): without an idea of your intended outcomes, it is often very difficult to offer appropriate advice.
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

  3. #3
    Registered User
    Join Date
    11-10-2015
    Location
    USA
    MS-Off Ver
    97
    Posts
    10

    Re: associating best seller list to another column

    Hello, thank you. I hope the attachment shows up.

    I would like the formula for the following: In A2 it would show "3" as B2 = D4 and in C4 it is "3"
    Attached Files Attached Files

  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,508

    Re: associating best seller list to another column

    well something as simple as this would return the value but I suspect your data is more complicated than your posted example...
    =IFERROR(INDEX($C$2:$C$4,MATCH(B2,$D$2:$D$4,0)),"")
    adjusted for your ranges.
    Make contributors happy, click on the "* Add Reputation" as a way to say thank you.
    Sam Capricci

  5. #5
    Registered User
    Join Date
    11-10-2015
    Location
    USA
    MS-Off Ver
    97
    Posts
    10

    Re: associating best seller list to another column

    Thank you Sambo Kid, that did it. I just expanded the search with =INDEX(C:C,MATCH(B2,D:D,0))

  6. #6
    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,508

    Re: associating best seller list to another column

    Great! Glad that did it for you and thank you for the rep!

+ 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. Associating Text in a List a Value
    By solwinds in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 11-29-2016, 06:46 AM
  2. Replies: 6
    Last Post: 11-13-2014, 11:15 AM
  3. [SOLVED] display results by seller 1 seller 2 and so on
    By makinmomb in forum Excel Formulas & Functions
    Replies: 21
    Last Post: 04-26-2014, 12:50 PM
  4. Associating data from one column to another
    By HotasL in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 12-10-2012, 08:58 AM
  5. Associating a list with positve and negative numbers formula
    By damianberry in forum Excel General
    Replies: 5
    Last Post: 11-16-2012, 08:20 AM
  6. Associating Labels in a Dropdown List with Data
    By pandaman in forum Excel - New Users/Basics
    Replies: 4
    Last Post: 12-15-2010, 08:32 PM
  7. Associating prices with drop down list
    By Cassanetti in forum Excel General
    Replies: 2
    Last Post: 11-01-2007, 04:12 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