IF-function?

  • Thread starter Thread starter dervy
  • Start date Start date
D

dervy

Hello,

I've a problem whit the if-function in excel.

If(20<30;true;false)

Is there a way to put the true value (a number) and the false value
(also a number) in diffrent collors? Not whit VBA please (that way I
know!)

Thanks a lot!
Dervy
 
Hi

At start, you can simplify your formula
=(20<30)
And am best, let result be displayed as TRUE/FALSE (when cell was formatted
as General, Excel will format this automatically this way, after you enter
the formula).

You can use conditional formatting, to format the cell accordingly some
conditions, p.e. text color will be blue when cell value is TRUE, and red
when cell value is FALSE.
 

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