+ Reply to Thread
Results 1 to 4 of 4

"Large" Formula with Duplicate values

  1. #1
    Registered User
    Join Date
    03-22-2011
    Location
    Colombo, Sri Lanka
    MS-Off Ver
    Excel 2007
    Posts
    16

    Post "Large" Formula with Duplicate values

    Dear all,

    I have a outlet list with sales volumes. But sales volumes with duplicate volumes with separate outlets (My original list is a big list, I attached a small sample list)
    So I want get a list Outlet list based on "sales volume" as a descending order. Pls see the attachment.

    Thanks

    Neranjan
    Attached Files Attached Files

  2. #2
    Forum Expert avk's Avatar
    Join Date
    07-12-2007
    Location
    India
    MS-Off Ver
    Microsoft Office 2013
    Posts
    3,222

    Re: "Large" Formula with Duplicate values

    Hello Neranjan : Have a good day.
    Please look attach file.
    In this file i have define rank (in both table)column base on values.
    In outlet name (Second Table use index match formula)
    Attached Files Attached Files


    atul


    If my answer (or that of other members) has helped you, please say "Thanks" by clicking the Add Reputation button at the foot of one of their posts.

    Also: if your problem is solved, please take the time to mark your thread as SOLVED by going to the top of your first post, selecting "Thread Tools" and then "Mark thread as solved".

  3. #3
    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
    28,133

    Re: "Large" Formula with Duplicate values

    In D3 Rank your sales volumes: you can "hide" this column elsewhere on your sheet

    =RANK(C3,$C$3:$C$15,0)+COUNTIF($C3:C$3,C3)-1

    In E3 Ranked Sales

    =INDEX($C$3:$C$15,MATCH(ROWS($1:1),$D$3:$D$15,0))

    in F3 Outlets

    =INDEX($B$3:$B$15,MATCH(ROWS($1:1),$D$3:$D$15,0))
    Attached Files Attached Files

  4. #4
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: "Large" Formula with Duplicate values

    This array formula** entered in G4 and copied down:

    =INDEX(B:B,SMALL(IF(C$3:C$15=F4,ROW(C$3:C$15)),COUNTIF(F$4:F4,F4)))

    ** array formulas need to be entered using the key
    combination of CTRL,SHIFT,ENTER (not just ENTER).
    Hold down both the CTRL key and the SHIFT key
    then hit ENTER.
    Biff
    Microsoft MVP Excel
    Keep It Simple Stupid

    Let's Go Pens. We Want The Cup.

+ 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. [SOLVED] Combining Rows - Keeping Unique and "New" Values & Merging Duplicate Values
    By kimbekaw in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 05-21-2014, 05:30 PM
  2. [SOLVED] Formula needed to display "Pass" or "Fail" if a column contains any values other than "yes
    By andreindy in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 03-26-2013, 05:49 PM
  3. Replies: 0
    Last Post: 01-09-2013, 06:52 PM
  4. Sumif column "O" for excluding values with duplicate values in column "F"
    By jobell in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 01-04-2013, 08:42 PM
  5. [SOLVED] How to extract "large" and "small" amounts from vlookup
    By okjeep in forum Excel General
    Replies: 14
    Last Post: 05-02-2012, 06:28 AM
  6. Replies: 3
    Last Post: 02-16-2011, 02:55 PM
  7. [SOLVED] Utility to "clean up" or "defrag" large Excel file
    By Sabrina in forum Excel General
    Replies: 3
    Last Post: 01-12-2006, 06:00 PM

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