Wooksheet setup

  • Thread starter Thread starter Mark
  • Start date Start date
M

Mark

?? Is there a way to set up a wooksheet so that when a
numeric value is entered into a cell it will format a
selected color to that cell?? Sounds wierd but i have a
usefull idea in mind.
Thanks in advance.
Mark
 
Select the cell, do format>conditional formatting
formula is and put

=ISNUMBER(A1)

click format button and select pattern
click OK twice

I am assuming A1 is the cell in question
 
Example -- select cell C3
click on Format, Conditional Formatting
change Cell Value is to Formula is
and in the box enter
=ISNUMBER(C3)
Select a pattern (color)
OK out

HTH
 

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