Return Text based on Max Sum of number values by month

savvysum

New Member
Joined
Jun 22, 2022
Messages
17
Office Version
  1. 365
Platform
  1. MacOS
Hi,
This is for Excel.

I need a formula that returns the text when using a sum max for a number by date.
In the below example, AA02 is the answer for January 2023 b/c 4,120 is the max sum (3,995 + 125).

cell A11/31/20232/28/2023
ResultAA02CCC
data set
Month YearSKUtotal
1/31/2023AA023995
1/31/2023MCT06100
1/31/2023AA02125
1/31/2023MCT06125
2/28/2023AAA100
2/28/2023AAA100
2/28/2023AAA100
2/28/2023BBB250
2/28/2023BBB250
2/28/2023CCC900
 

Excel Facts

How to calculate loan payments in Excel?
Use the PMT function: =PMT(5%/12,60,-25000) is for a $25,000 loan, 5% annual interest, 60 month loan.
Try this

Book1
ABC
1cell A11/31/20232/28/2023
2ResultAA02CCC
3AA02CCC
4data set
5Month YearSKUtotal
61/31/2023AA023995
71/31/2023MCT06100
81/31/2023AA02125
91/31/2023MCT06125
102/28/2023AAA100
112/28/2023AAA100
122/28/2023AAA100
132/28/2023BBB250
142/28/2023BBB250
152/28/2023CCC900
Sheet1
Cell Formulas
RangeFormula
B3:C3B3=INDEX($B$6:$B$15,MATCH(MAX(SUMIFS($C$6:$C$15,$A$6:$A$15,B1,$B$6:$B$15,$B$6:$B$15)),SUMIFS($C$6:$C$15,$A$6:$A$15,B1,$B$6:$B$15,$B$6:$B$15),0))
Press CTRL+SHIFT+ENTER to enter array formulas.
 
Upvote 0

Forum statistics

Threads
1,215,073
Messages
6,122,975
Members
449,095
Latest member
Mr Hughes

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