Conditional Formatting

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

Guest

Good day!

I have created a spreadsheet that is mostly comprised of vlookup statements,
and what I would like to know is if there is a way to conditionally format
the cell the change colour when I have manually typed over the formula? Does
that make any sense?
 
Click Format->Conditional Formatting
Select "Cell Value is"
and "not equal to"
enter the formula as the condition.
click Format and select the properties you want.

Not exactly what you wanted, but I think it should work until someone
provides you with a better solution.
 
Thanks for the help, but it doesn't seem to be working, perhaps I'm doing it
wrong, but when I have my formula reading
=if(isna(vlookup(a2,input1,2,false)),"",vlookup(a2,input1,2,false)) in the
'not equal to' section, it still coloured the cell....
 
Remove the = in the 'not equal to' section of your conditional format and it
should work..
It should
read....if(isna(vlookup(a2,input1,2,false)),"",vlookup(a2,input1,2,false))
 
what version of Excel are you running?

Excel 2000 requires the = at the beginning. If I enter the formula without
it, then the formula changes to something like this...
="if(isna(vlookup(a2,input1,2,false)),"""",vlookup(a2,input1,2,false))"
 
It's the same with Excel 2003.. I think the conditional format recognises
that it is a formula and it only looks for the condition (the part after the
=).
 

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