conditional format text - please help!

V

Vivek

If I have one cell - d32, and when the value becomes negative I want cell E32
to say "Over Budget", would this be possible?
 
G

George Gee

Not entirely sure what you are asking... but see if this helps.
In E32 =IF(D32<0,"Over Budget","")

George Gee
 
V

Vivek

It works, thanks a lot! I also want to do the same thing when D32 is
positive with the same cell. How do you do this?
 
G

George Gee

In E32 =IF(D32<0,"Over budget","On Target")

Change the text *On Target* to whatever you wish to appear.
Is this what you want, if not, post back with more details.

George Gee
 
V

Vivek

Thanks so much, it works!!!

George Gee said:
In E32 =IF(D32<0,"Over budget","On Target")

Change the text *On Target* to whatever you wish to appear.
Is this what you want, if not, post back with more details.

George Gee
 

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

Top