formatting a cell with a function (IF statement)

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm wondering if it is possible to format a cell say, color it by using an IF
statement, perhaps using a macro?. My if statement is: =IF(A1>1400,"X","
"), but instead of the "X" I would like the cell to turn red. Am I dreaming
of impossibilities?
 
Highlight cell A1.........then do Format > ConditionalFormatting >
CellValueIs > Greater than > 1400 > Format > PatternsTab > choose RED > OK >
OK................

Vaya con Dios,
Chuck, CABGx3
 
Thank you, will try!
--
Cheerio



CLR said:
Highlight cell A1.........then do Format > ConditionalFormatting >
CellValueIs > Greater than > 1400 > Format > PatternsTab > choose RED > OK >
OK................

Vaya con Dios,
Chuck, CABGx3
 
My Bad..........sorry.........I didn't read closely enough..........Biff is
right, you need to use the INDIRECT statement that he suggested to work
between sheets...........or, you could link Sheet1!A1 into Sheet2 and use it
from there..........

Vaya con Dios,
Chuck, CABGx3


Dreaming said:
Thank you, will try!
 

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