How can i color the fonts

  • Thread starter Thread starter sanju
  • Start date Start date
S

sanju

Hello Friends

i have a flat database in excel

i want to know how can i color the fonts based on the cell value

say eg

a2= 49.50 b2= 48.25 c2= 52.50 d2=50.50

now what i want is the the value in cell b2 should be in red beacuse it
< than a2
value in c2 should be in blue because it is > b2
value in d2 qgain red as it is < c2

How can i acheive this in excel

Please guide

Thnaks in advance
-sanjayt
 
Select B2:D2.
Format | Conditional Formatting...
Formula Is: =B2>A2 ----> Choose Red
Add
Formula Is: =B2<A2 ----> Choose Blue

HTH
Kostis Vezerides
 
Hello Kostis

Thanks for the help


-sanjayt
vezerid said:
Select B2:D2.
Format | Conditional Formatting...
Formula Is: =B2>A2 ----> Choose Red
Add
Formula Is: =B2<A2 ----> Choose Blue

HTH
Kostis Vezerides
 

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