Finding an returning largest values and keeping sign

katieconn

New Member
Joined
Dec 10, 2020
Messages
2
Office Version
  1. 2019
  2. 2016
Platform
  1. Windows
I am trying to create a variance explanation formula by creating a formula that says "Over Budget <pulls the largest number positive or negative> <corresponding account name for that number> and <pulled second-largest positive or negative number> and <corresponding account name for that number>. I am using this formula to pull the largest number but not sure how to pull the second largest while ignoring the first largest. =CHOOSE(MATCH(MAX(ABS(K31:K43)),ABS(K31:K43),0),K31,K32,K33,K34,K35,K36,K37,K38,K39,K40,K41,K42,K43)
 

Excel Facts

Pivot Table Drill Down
Double-click any number in a pivot table to create a new report showing all detail rows that make up that number
I think i figured out a solution. Using Large instead of Max you can specify 1st largest then 2nd largest, etc
 
Upvote 0

Forum statistics

Threads
1,215,045
Messages
6,122,830
Members
449,096
Latest member
Erald

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