G
Guest
If I have one cell - d32, and when the value becomes negative I want cell E32
to say "Over Budget", would this be possible?
to say "Over Budget", would this be possible?
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