Help Finding Max Value for Multiple Columns

LdyJayde

New Member
Joined
Jan 11, 2007
Messages
11
I'm using Excel 2002. I'm trying to apply a conditional format to highlight the cell with the highest value from multiple columns and rows. So far I've not had any luck. Please help. Thank you.
 

Excel Facts

Links? Where??
If Excel says you have links but you can't find them, go to Formulas, Name Manager. Look for old links to dead workbooks & delete.
Use the formula

=A1=MAX($A$1:$A$5)

in your condition. Change the ranges to suit (A1 is the active cell).
 
Upvote 0
I've tried that previously and it's not working. The data I have is in 3 columns and multiple rows. I'm trying to find the highest value of the 3 columns.
 
Upvote 0
I've tried that previously and it's not working. The data I have is in 3 columns and multiple rows. I'm trying to find the highest value of the 3 columns.

You've put that formula in a condition in a range where cell A1 is the active cell, and it doesn't highlight the cell(s) with the maximum value? If so, there must be something else going on, since that works (and Richard followed up with the syntax for evaluating the entire columns).

Are you sure your "values" are numbers?
 
Upvote 0
Can we know what it was? (It helps to understand how other people use Excel).

Thanks, and glad you found a solution.
 
Upvote 0

Forum statistics

Threads
1,214,653
Messages
6,120,751
Members
448,989
Latest member
mariah3

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