+ Reply to Thread
Results 1 to 4 of 4

Ranking multiple markets based on estimated revenue

  1. #1
    Registered User
    Join Date
    08-21-2013
    Location
    Maryland
    MS-Off Ver
    Excel 2010
    Posts
    17

    Ranking multiple markets based on estimated revenue

    Ok- so I need to rank markets based on revenue size- I have over 200 markets and have them in column B and in Column R are all of the revenue amounts- I am trying to put a formula in column Q that ranks each market based on revenue size in comparison to the other 199 markets. Also markets are listed in column B and are listed multiple times. I have attached an example. If anyone can help me I would greatly appreciate it- In the example I have the below formula that I have used to rank the individual stations in the market based on their individual revenue as a % of the markets total revenue. I had ranked the individual stations in the market based on their revenue share by using the following formula but it doesn't seem to work for ranking the markets based on total market revenue? SUMPRODUCT(--(b2=$B$2:$B$2024),--(J2<$J$2:$J$2024))+1
    Attached Files Attached Files

  2. #2
    Registered User
    Join Date
    09-19-2013
    Location
    houston
    MS-Off Ver
    Excel 2010
    Posts
    2

    Re: Ranking multiple markets based on estimated revenue

    On a new Column (in your file I started in cell E2), insert a formula that eliminates the repetitions so you can easily rank the markets:
    =IF(COUNTIF($B$2:B2,B2)=1,D2,"") --copy formula down
    In cell C2, use a rank formula:
    =IFERROR(RANK(E2,$E$2:$E$158),"")-- copy formula down

  3. #3
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: Ranking multiple markets based on estimated revenue

    Pivot Table and sort the data.

    See the attached file.

    Please reply.
    Attached Files Attached Files
    Notice my main language is not English.

    I appreciate it, if you reply on my solution.

    If you are satisfied with the solution, please mark the question solved.

    You can add reputation by clicking on the star * add reputation.

  4. #4
    Registered User
    Join Date
    08-21-2013
    Location
    Maryland
    MS-Off Ver
    Excel 2010
    Posts
    17

    Re: Ranking multiple markets based on estimated revenue

    You summed up all of the revenue for Los Angeles, CA but it should have only counted once which was why I needed a formula to only count each states revenue once and rank them based on that.

+ 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. Ranking Data based on multiple variables...
    By jasonkbu in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 05-08-2013, 10:00 AM
  2. [SOLVED] Finding Nth ranking value based on multiple criteria
    By scaffdog845 in forum Excel Formulas & Functions
    Replies: 18
    Last Post: 04-26-2013, 01:00 PM
  3. Ranking Multiple Sheets Based on a Particular Column?
    By kestefon in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 02-21-2013, 09:47 AM
  4. Bear and Bull markets
    By gonzode in forum Excel General
    Replies: 0
    Last Post: 04-11-2012, 07:40 AM
  5. ="Estimated Revenue Loss $"&ROUND(D63,0) Formatting
    By starbwoy in forum Excel General
    Replies: 6
    Last Post: 04-07-2008, 01:29 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