Cell shading based on conditions

  • Thread starter Thread starter Brad1982
  • Start date Start date
B

Brad1982

It seems very simple to me but I have no clue how to do it.

I have a Name followed by a set of numbers

A1.......................b1.......................b2...........................b3
Joe.......................6.........................2............................26

What I would like to accomplish is for the highest number cell to be
shaded using a comparison of all numbers in that row.

In the chart above b3 and only b3 would be shaded.
 
Hi
- select for example B1:D1
- goto format - Conditional Format'
- enter the following formula:
=B1=MAX($B$1:$D$1)
- choose your format
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top