+ Reply to Thread
Results 1 to 4 of 4

Find Vendor with most sales

Hybrid View

  1. #1
    Registered User
    Join Date
    08-19-2014
    Location
    PA
    MS-Off Ver
    Office 2013
    Posts
    24

    Find Vendor with most sales

    Hi All,

    It's hard to explain a few of the questions I have. The main one is I am trying to find the vendor that has the most sales within the highest selling segment. It probably will be easier to see in the attached excel document.

    Also if anyone knows how to change this formula so it works for positive AND negative numbers - that would be a huge help.

    =IF(F27 < 1000,F27,IF(F27 < 1000000,
    "$" & ROUND(F27/1000,0) & "K",
    "$" & ROUND(F27/1000000,1) & "M"))

    Thanks in advance!!

    Sean
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    30,720

    Re: Find Vendor with most sales

    Formula change

    =IF(ABS(F2) < 1000,F2,IF(ABS(F2) < 1000000,
    "$" & ROUND(F2/1000,0) & "K",
    "$" & ROUND(F2/1000000,1) & "M"))

    For the Vendor/segment calculation you will require "helper" columns: is this OK (maybe separate sheet).

    What is max no, of Vendors and max no, of segments?

  3. #3
    Registered User
    Join Date
    08-19-2014
    Location
    PA
    MS-Off Ver
    Office 2013
    Posts
    24

    Re: Find Vendor with most sales

    Thank you! That would work as long as I wouldn't have to touch the separate sheet each week when the data refreshes?

  4. #4
    Registered User
    Join Date
    08-19-2014
    Location
    PA
    MS-Off Ver
    Office 2013
    Posts
    24

    Re: Find Vendor with most sales

    I actually figured it out! (The columns might be different in the file I sent because I am working on another one but this worked!)

    =INDEX(S:S,MATCH(MAX(W:W),W:W,0))

    Thanks for your help!

+ 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. Formula to find sales for fixed event at a certain sales date
    By iantix in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 06-27-2015, 07:56 AM
  2. Formula to find Sales in the past
    By RO24 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 12-17-2014, 05:03 PM
  3. [SOLVED] To find out which Vendor has the lowest Price for each PN
    By nironto in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 07-13-2014, 11:40 PM
  4. Find Lowest Price and Vendor
    By joshdward in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 12-11-2013, 11:57 AM
  5. Replies: 6
    Last Post: 10-19-2013, 04:53 PM
  6. Pulling selected data from multiple worksheets into sales summary by vendor
    By ejoe in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 01-13-2013, 02:34 PM
  7. Where find a template for a Sales receipt?
    By Maritime44 in forum Excel - New Users/Basics
    Replies: 2
    Last Post: 01-11-2005, 06:06 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