Drop Lowest Set of Numbers based on Averages

jordanstuart

New Member
Joined
Jul 27, 2017
Messages
3
I'm looking for a formula to help me determine the lowest set of data based on these characteristics. We have contests that we run that have certain base criteria. Here is what the criteria is for the 2 different states.

For Michigan you need to be 15% above the minimum and for Ohio you need to be 25% above the minimum.

[TABLE="width: 306"]
<colgroup><col><col><col span="2"></colgroup><tbody>[TR]
[TD]Month[/TD]
[TD]Minimum[/TD]
[TD]Michigan[/TD]
[TD]Ohio[/TD]
[/TR]
[TR]
[TD]Monday[/TD]
[TD="align: right"]19.33[/TD]
[TD="align: right"]22.22[/TD]
[TD="align: right"]24.16[/TD]
[/TR]
[TR]
[TD]Tuesday[/TD]
[TD="align: right"]20.87[/TD]
[TD="align: right"]24.00[/TD]
[TD="align: right"]26.08[/TD]
[/TR]
[TR]
[TD]Wednesday[/TD]
[TD="align: right"]18.44[/TD]
[TD="align: right"]21.20[/TD]
[TD="align: right"]23.05[/TD]
[/TR]
[TR]
[TD]Thursday[/TD]
[TD="align: right"]19.63[/TD]
[TD="align: right"]22.57[/TD]
[TD="align: right"]24.53[/TD]
[/TR]
</tbody>[/TABLE]

You also have to have an 88% pace to goal average for Michigan and a 90% pace to goal average for Ohio.

We drop the lowest day, but the lowest day compared to the average. We also would like for this formula to take into account pace to goal in order to have everything we need in one formula. Here is what our data looks like.

[TABLE="width: 843"]
<colgroup><col><col><col span="2"><col><col span="5"></colgroup><tbody>[TR]
[TD]Specialist[/TD]
[TD]State[/TD]
[TD]Monday[/TD]
[TD]Tuesday[/TD]
[TD]Wednesday[/TD]
[TD]Thursday[/TD]
[TD]Monday % to Goal[/TD]
[TD]Tuesday % to goal[/TD]
[TD]Wednesday % to Goal[/TD]
[TD]Thursday % to Goal[/TD]
[/TR]
[TR]
[TD]Joe[/TD]
[TD]Michigan[/TD]
[TD]20.07[/TD]
[TD]24.06[/TD]
[TD]20.33[/TD]
[TD]20.32[/TD]
[TD]92.78%[/TD]
[TD]94.33%[/TD]
[TD]99.17%[/TD]
[TD]96.53%[/TD]
[/TR]
[TR]
[TD]Brian[/TD]
[TD]Ohio[/TD]
[TD]17.73[/TD]
[TD]13.25[/TD]
[TD]17.23[/TD]
[TD]17.07[/TD]
[TD]100.00%[/TD]
[TD]100.00%[/TD]
[TD]100.00%[/TD]
[TD]99.83%[/TD]
[/TR]
</tbody>[/TABLE]


We want to make sure that this formula will flag eligible if any combination of this criteria will qualify them.
 

Excel Facts

Can you sort left to right?
To sort left-to-right, use the Sort dialog box. Click Options. Choose "Sort left to right"

Forum statistics

Threads
1,223,893
Messages
6,175,244
Members
452,622
Latest member
Laura_PinksBTHFT

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