Conditional formating

K

Kathrine

I want some of my cells to automatically change color by conditional formating.

1 condition for coloring/formating is that a separte cell on the spreadsheet
contains text ... how do I set the conditions for this?

1 condition for coloring/formating is that a separate cell has a number
above 0.. how do I set the condition for this?
 
J

Jim Thomlinson

To use Peo's formulas select the cell you want formatted. Select conditional
formatting. Change from cell value is to formula is and add the formulas.
 
G

Gord Dibben

Select A1 the format>cf>condition 1>formula is:

=ISTEXT($B$1) format to green

Condition2>Formula is:

=$B$1>0 format to red


Gord Dibben MS Excel MVP
 

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