G Guest Jan 17, 2005 #1 Which formula would I use to find the highest number in a row, and change the color of that cell to red? Is that an array formula?
Which formula would I use to find the highest number in a row, and change the color of that cell to red? Is that an array formula?
J Jason Morin Jan 17, 2005 #2 Assuming row 1: 1. Select the row and go to Format > Conditional Formatting. 2. Select "Formula Is" and put: =MAX(1:1)=A$1 3. Press the "Format" button and format as desired. HTH Jason Atlanta, GA
Assuming row 1: 1. Select the row and go to Format > Conditional Formatting. 2. Select "Formula Is" and put: =MAX(1:1)=A$1 3. Press the "Format" button and format as desired. HTH Jason Atlanta, GA
G Guest Jan 17, 2005 #3 Thanks. That worked great. I don't suppose there is a way to do the same thing for the second highest. Thanks for your help.
Thanks. That worked great. I don't suppose there is a way to do the same thing for the second highest. Thanks for your help.