Macro or formula for each change in value

x077695

New Member
Joined
Oct 7, 2021
Messages
17
Office Version
  1. 365
Hi Excel Experts,
I have a formula that needs to be applied to each change in zip code(column A). I understand that the formula would need to be modified.
Basically, I need to find the minimum value of the top 10%. for each zip.

=MIN(CHOOSEROWS(SORT(A$XXXX:A$XXXXX,1,-1),SEQUENCE(COUNTA(A$XXXXX:A$XXXXX)/10,1,1,1)))


Any help would be appreciated!
 

Attachments

  • Screenshot 2024-02-15 094452.png
    Screenshot 2024-02-15 094452.png
    32.3 KB · Views: 10

Excel Facts

What is the shortcut key for Format Selection?
Ctrl+1 (the number one) will open the Format dialog for whatever is selected.
Hello,
I think a pivot table would be best for what you are asking.
 
Upvote 0

Forum statistics

Threads
1,215,099
Messages
6,123,084
Members
449,094
Latest member
mystic19

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