Marking Top 10 in Criteria List

Jezzzza

New Member
Joined
Jun 29, 2023
Messages
4
Office Version
  1. 365
Platform
  1. MacOS
Hi,

I'm trying to find and mark the top 10 values in a large data set based on criteria, however I want the formula to simply return, "Yes" if it is in the top 10, and "" nothing if it is not.

My data set is revenue figures including revenue forecast, revenue actuals, and variance. It includes projects from multiple departments and I need to find the worst performing projects in each department based on the variance column.

I know about the RANK formula but this does not get me the desired results as it needs criteria.

Ideally I can then use this "Yes" in top 10 formula column as a filter in a pivot table to only pull in the worst 10 and then sort by department, descending, etc.

For this example:
Column I = Department used as criterium
Column P = Needed formula showing Yes in top ten
Column N = Value used as main criterium and ranking in descending order of worst to best performers

Every screenshot I have tried to post gives me an error being too large.

Thanks
 

Excel Facts

Move date out one month or year
Use =EDATE(A2,1) for one month later. Use EDATE(A2,12) for one year later.
Hi,

I figured out the needed formula if anyone comes across this and is curious.


=IF(AND(IF([@[In Both System ]]="Yes",(COUNTIFS(I:I,[@[Project NetSuite Project Service Line]],N:N,">"&[@Difference],O:O,"Yes")+1),"")>=1,IF([@[In Both System ]]="Yes",(COUNTIFS(I:I,[@[Project NetSuite Project Service Line]],N:N,">"&[@Difference],O:O,"Yes")+1),"")<=10),"Yes","No")
 
Upvote 0

Forum statistics

Threads
1,215,195
Messages
6,123,572
Members
449,108
Latest member
rache47

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