sumifs or other formulas

mls28

New Member
Joined
May 10, 2023
Messages
8
Office Version
  1. 2010
Platform
  1. Windows
Hi - what formula can I use to find annual total sales for the top 3 salespeople from a range of data? I can't use pivot tables. I know maxif is used for the highest. Thx
 

Excel Facts

Show numbers in thousands?
Use a custom number format of #,##0,K. Each comma after the final 0 will divide the displayed number by another thousand
Your question leaves a lot of room for interpretation.
For instance, this does not take ties into consideration.
To enter the formula you must use the CSE key stroke (CNTL-SHFT-ENTER). And I'm unsure if AGGREGATE and the bracket array works.


Book1
AB
1Salesperson
2SP110
3SP214
4SP314
5SP410
6SP512
7SP615
8
9
1043
Sheet1
Cell Formulas
RangeFormula
A10A10=SUM(AGGREGATE(14,6,$B$2:$B$7,{1,2,3}))
Press CTRL+SHIFT+ENTER to enter array formulas.
 
Upvote 0
If you click on File, Account, it will tell you what you are using.
 
Upvote 0

Forum statistics

Threads
1,215,844
Messages
6,127,255
Members
449,372
Latest member
charlottedv

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