MAX-function of sum of two columns

Jaymond Flurrie

Well-known Member
Joined
Sep 22, 2008
Messages
927
Office Version
  1. 365
Platform
  1. Windows
12
21
31
13
11
11
51
12

Trying to find the sum of the max row. That is the values are 1+2=3, 2+1=3, 4, 4, 2, 2, 6 and 3 and the result is then 6.

I think I need an array formula. I tried like: {=MAX(SUM(A1:A8;B1:B8))}
but that's not correct.
 
T202502a.xlsm
ABCD
112
2216
331
413
511
611
751
812
2c
Cell Formulas
RangeFormula
D2D2=MAX(BYROW(A1:B8,SUM))
 
Upvote 0

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