MatchIndex for Multiple Criteria and with Duplicate Values

TopUser

New Member
Joined
Jul 19, 2019
Messages
3
Hello Team!

I am new to the forum though i use to regularly get help from the posts as a guest. I am hoping a question of mine would be solved:)

I have a table with lot of data of opportunities in Pipeline from different departments in the organization, i want to get the Top 10 values based on the criteria i select for eg: Outcome-Win, Department-Healthcare (data validation drop downs), i have got a way to generate the Top Values using the below formula and it works well. The question here is I am not able to get the related fields attached to the value. The TotalValue is towards extreme right of the table and same sales value may be generated to different outcome or departments.

=SUMPRODUCT(LARGE((Table111[Department]=$B$6)*(Table111[Outcome]=$B$20)*(Table111[TotalValueOfSale]),1))

Top 10
TopOpportunity IDClient NameOpportunity SSLStatusOutcome Sales Value
1ABC1 to be generated to be generated to be generated to be generated $ 1,252,512
2ABC2 based on sales value $ 835,008
3ABC3 generated $ 417,504
4ABC4 $ 417,504
5ABC5 $ 347,920
6ABC6 $ 347,920
7ABC7 $ 278,336
8ABC8 $ 278,336
9ABC9 $ 208,752
10ABC10 $ 208,752

<colgroup><col><col><col><col><col><col><col></colgroup><tbody>
</tbody>

<colgroup><col><col><col><col><col><col><col></colgroup><tbody>
</tbody>
 

Excel Facts

Round to nearest half hour?
Use =MROUND(A2,"0:30") to round to nearest half hour. Use =CEILING(A2,"0:30") to round to next half hour.
Hello All,

Wanted to confirm that even Opportunity ID has to be generated from the sales value, i just noticed it and apologies for the same.
 
Upvote 0

Forum statistics

Threads
1,213,553
Messages
6,114,279
Members
448,562
Latest member
Flashbond

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top