Changing background color based on different cell

D

djarcadian

I want the background color of cell A1 to change dependant upon whethe
anything has been entered into cell B1. How would I go about doin
this? Thanks in advance! :
 
T

Trevor Shuttleworth

Use Conditional Formatting with "Formula is": =$B$1<>"" (rather than
"Cell value is")

Regards

Trevor
 
M

Mark

djarcadian said:
I want the background color of cell A1 to change dependant upon whether
anything has been entered into cell B1. How would I go about doing
this? Thanks in advance! :)
Select the cell A1 then Select: FORMAT...CONDITIONAL
FORMATTING...Select "Formula Is" from the dropdown to the left and
enter the following formula in the entry area to the right:
=$B$1<>""
Now depress the FORMAT button and choose the background color of your
choice and you should be set.
 

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