Thread: IF Function
View Single Post
  #2   Report Post  
Mayank Prakash Gupta
 
Posts: n/a
Default

do conditional formatting on the cell (or column) and say that if the cell
value is "loss" paint it red....

goto Formatconditional formattting

hope it helps.
MPG

"News Account" wrote in message
...
Is it possible to define a text value in an IF function to a particular
colour, the function is

=IF(C38=1,"Win",IF(C38=2,"Win",IF(C38=-1,"Loss",IF(C38=-2,"Loss",IF(C38=0,0)
))))

I would prefer the "Loss" to entered automatically in red.

Many thanks