conditional formatting

J

JE McGimpsey

one way:

CF1: Formula is =A1=MAX($A$1:$A$8)
Format1: Red

CF2: Formula is =A1=MIN($A$1:$A$8)
Format2: Blue
 
N

Norman Harker

Hi Fred!

Use Cell Value is:
Equal to

=MAX($A$1:$A$8)

Additional conditional format:

Cell Value Is:
Equal to

=MIN($A$1:$A$8)

If you have a non-contiguous cells in your list you'll need to use
(eg)

=MAX($A$1,$A$4,$B$2,$B$5,$B$7,$C$3,$C$6,$C$8)
 

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

Top