Find max value from 5 non-continguous columns

IsabelleB

New Member
Joined
Aug 7, 2015
Messages
2
Is there a formula to find the max value from columns C,G,K,O,S and put the value into column W for the example below:
C,G,K,O,S ARE THE Term columns FIRST ROW: 1122, 1125, 1112, 111,1107 ( I CANNOT GET THE COLUMNS TO LOOK RIGHT WHEN I PASTE THE EXAMPLE)

C G K O S
Term s crs g Term s crs g Term s crs g Term s crs g Term s crs g
1122 CIT 2563 A 1125 CIT 2513 A 1112 CIT 2523 B 1115 CIT 2323 C 1107 CIT 2533 A
1145 CIT 2563 A 1137 CIT 2513 A 1147 CIT 2523 A 1137 CIT 2323 A 1147 CIT 2533 A
1145 CIT 2563 B 1147 CIT 2513 A 1155 CIT 2523 A 1145 CIT 2323 A 1152 CIT 2533 A
 
Last edited:

Excel Facts

Formula for Yesterday
Name Manager, New Name. Yesterday =TODAY()-1. OK. Then, use =YESTERDAY in any cell. Tomorrow could be =TODAY()+1.
Is there a formula to find the max value from columns C,G,K,O,S and put the value into column W for the example below:
C G K O S
Term s crs g Term s crs g Term s crs g Term s crs g Term s crs g
1122 CIT 2563 A 1125 CIT 2513 A 1112 CIT 2523 B 1115 CIT 2323 C 1107 CIT 2533 A
1145 CIT 2563 A 1137 CIT 2513 A 1147 CIT 2523 A 1137 CIT 2323 A 1147 CIT 2533 A
1145 CIT 2563 B 1147 CIT 2513 A 1155 CIT 2523 A 1145 CIT 2323 A 1152 CIT 2533 A

I think you want this placed in cell W2 and copied down...

=MAX(C2,G2,K2,O2,S2)
 
Upvote 0

Forum statistics

Threads
1,223,236
Messages
6,170,917
Members
452,366
Latest member
TePunaBloke

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