+ Reply to Thread
Results 1 to 3 of 3

Ranking Formula that Excludes Values

  1. #1
    Registered User
    Join Date
    05-16-2014
    MS-Off Ver
    Excel 2003
    Posts
    9

    Ranking Formula that Excludes Values

    I need a formula that will display the following ranking list in the attached file, and which will eliminate companies with Non-applicable information.

    The main issues I am having are with the Fee, Company, and Revenue categories because I do not want "N/A" showing up under revenue or the companies associated with it.

    Is there a way to eliminate the consideration for Companies E and F in a formula, so that those companies are neglected and excel goes on to input Companies I and C instead (in a ranked format as well)?
    Attached Files Attached Files

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,917

    Re: Ranking Formula that Excludes Values

    This ARRAY formula will give you wnat you want for Fee...
    =LARGE(IF(ISNUMBER($C$2:$C$10),$A$2:$A$10,0),$F4)
    ...confirmed by pressing CTRL+SHIFT+ENTER to activate the array, not just ENTER. You will know the array is active when you see curly braces { } appear around your formula. If you do not CTRL+SHIFT+ENTER you will get an error or a clearly incorrect answer. Press F2 on that cell and try again.
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  3. #3
    Registered User
    Join Date
    05-16-2014
    MS-Off Ver
    Excel 2003
    Posts
    9

    Re: Ranking Formula that Excludes Values

    Hi FDibbins - thank you so much for your help!

    I need the formulas for what would go into the Company and Revenue columns. So instead of pulling Company E and F and Revenues N/A for ranks 3 and 4, the formulas would pull Company I and D and Revenues $8,000 and $7,000.

    Thanks!

+ 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 values and ranking duplicates the same rank
    By 302arpks in forum Excel - New Users/Basics
    Replies: 3
    Last Post: 03-05-2015, 01:50 PM
  2. [SOLVED] LEN formula excludes line feed?
    By Pavan Renjal in forum Excel Formulas & Functions
    Replies: 36
    Last Post: 01-07-2013, 08:04 AM
  3. MIN formula that excludes 0
    By albatross32 in forum Excel General
    Replies: 6
    Last Post: 08-14-2011, 09:38 AM
  4. Replies: 6
    Last Post: 06-01-2010, 06:19 PM
  5. Minimum formula the excludes zeros
    By Joco in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 08-14-2006, 03:55 AM

Tags for this Thread

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