Results 1 to 8 of 8

Creating a dynamic descending list with duplicate values

Threaded View

  1. #1
    Registered User
    Join Date
    09-08-2021
    Location
    Michigan, United States
    MS-Off Ver
    Microsoft 365
    Posts
    4

    Exclamation Creating a dynamic descending list with duplicate values

    Any help would be tremendously appreciated. I am on hour 2 of trying to figure this out.

    An example:

    Tab 1:

    Job # Job Revenue Job Cost Job Status Job Mat Spend
    23 / 100 / 80 / Closed / 20
    42 / 200 / 150 / Active / 10
    56 / 100 / 90 / Active / 30
    71 / 150 / 30 / Active / 40
    83 / 100 / 85 / Active / 40
    I have around 5,000 rows of this type of information.

    I would like to create a dynamic list in descending order (of Job Revenue) of each of these jobs with their respective job information. The issue I am having is when I create a list like this using a combination of index match large if, ect. The duplicate values will return the first occurrence of that value. I also need to exclude any closed jobs.

    What I am getting now with my "INDEX(Pivot_Table[Job_No.],MATCH(LARGE(IF(Pivot_Table[job_status]="A",Pivot_Table[Job_Revenue]),ROWS('Sheet 1'!$B$2:$B2)),Pivot_Table[Job_Revenue],0),0)" function:



    Job # Job Revenue Job Cost Job Status Job Mat Spend
    42 / 200 / 150 / Active / 10
    71 / 150 / 30 / Active / 40
    56 / 100 / 90 / Active / 30
    56 / 100 / 90 / Active / 30


    What I am looking for:



    Job # Job Revenue Job Cost Job Status Job Mat Spend
    42 / 200 / 150 / Active / 10
    71 / 150 / 30 / Active / 40
    56 / 100 / 90 / Active / 30
    83 / 100 / 85 / Active / 40
    Last edited by jwills7; 09-09-2021 at 09:53 AM.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Creating a List With 2 Criteria and Allowing Duplicate Return Values
    By Ekazumon in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 10-05-2020, 01:37 AM
  2. [SOLVED] Populate a descending list of values with the corresponding name
    By bdoguc in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 12-30-2019, 02:24 PM
  3. Remove duplicate values in a dynamic list
    By pedrosky1061012 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 04-04-2014, 12:15 PM
  4. [SOLVED] VBA for creating dropdown list from dynamic multiple values lookup
    By costin in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 04-29-2013, 05:39 PM
  5. Sorting in descending order and show duplicate values
    By cceze in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 10-19-2012, 09:33 AM
  6. [SOLVED] Look for values in a list, count and list in descending order
    By sans in forum Excel Programming / VBA / Macros
    Replies: 32
    Last Post: 05-15-2012, 09:16 AM
  7. how to create a dynamic descending list of months & years
    By marika1981 in forum Excel General
    Replies: 7
    Last Post: 02-19-2005, 12:06 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