Colour backgrounds by if function or other

  • Thread starter Thread starter tim
  • Start date Start date
T

tim

Hi I am trying to make a spreadsheet automatically colour background in a
cell based on a if function on another cell. Is this possible, or is there
another function or way of doing this?

Using Excel 2003.

thanks tim
 
Tim,

You can use Conditional Formatting with the other cell, or you can put your IF function
right in the Conditional Formatting, and you won't even need the other cell for the color
change. Say specifically what you want done, and we'll get more specific.
 
Hello Tim,

If I understand you correctly, then:
1. Look at my description of GET.CELL:
http://www.sulprobil.com/html/get_cell.html
2. Put =HasFormula into the conditional format of all relevant cells

You might want to define HasFormula as:
=GET.CELL(48,INDIRECT("RC]",FALSE))

Regards,
Bernd
 

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

Back
Top