Conditional formatting using a function?

S

Sharon

Hi all,

I would like to conditionally format a range of cells so that the cells that equal the MIN() or the
MAX() value are bolded. Is it possible to use a function such as:

=MIN(C27:E27)

as a condition to bold the cell's values?

Sharon
 
F

Frank Kabel

Hi
try the following:
- select for example the cells C27:E27
- goto the conditional format dialog
- choose in the left drop down 'Formula'
- enter the formula
=C27=MIN($C$27:$E$27)
 

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