Sum Columns and Copy highest value

t111kav

New Member
Joined
Jul 22, 2014
Messages
21
Hi,

I have a range of data in columns A:E.

I need to sum the total of columns B, C, and E (separately) and take the highest value and copy this into cell "I42" - then remove the cells containing the sum totals.

Any help would be great

Thanks in advance

Tim
 

Excel Facts

How to find 2nd largest value in a column?
MAX finds the largest value. =LARGE(A:A,2) will find the second largest. =SMALL(A:A,3) will find the third smallest
in I42
=MAX(B:B,C:C,E:E)

No need to remove sum total cells since the above is a formula.
Performing a B:B is not advisable something like B1:B1000 would be better, so limit the range if you can
 
Upvote 0
that works for highest individual value but i think i confused that by saying highest value, it should be the highest column total. Sorry my fault..

so i need to take the column totals for B, C, E and whichever is the highest put into cell I42

thanks
 
Upvote 0

Forum statistics

Threads
1,224,352
Messages
6,178,067
Members
452,822
Latest member
MtC

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