how to colour a cell green if another cell is filled with text

G

Guest

Im making a project plan in excel.

Letc say Ive got 10 different cells (10 different tasks) that each of them
needs to filled with a date when the individual task has been completed. I
have in the end a summary of yet another 10 small cells each corresponding to
the other 10 cells (this for a qick overview)

So if the first task has been completed the user filles out the date AND
then I want the small cell to turn inte the colour GREEN, how can you do this?

I would also want that if there is NO text in a cell the small cell should
be default orange colour.

thanks for any help!!
 
D

David Biddulph

Format/ Conditional formatting/ Formula is: =NOT(ISBLANK(A1)) .
Other options are =ISNUMBER(A1) if the date is entered as a number, or
=ISTEXT(A1) if it is text.
 
G

Guest

Color the cell as orange, so this becomes the 'default' color. Then,
Format->Conditional Formatting. Then specify Condition 1 as Cell Value is
not equal to "". Click on Format button and specify the green backgroun.
 

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