Custom Cell Formats

P

PeggyG

I have a cell formatted using <00. If I enter 100 the result is <100. I want
to add a condition or second part to the format so that if I enter anything
over 100 it removes the <

Thanks in advance for the help!
 
B

Bob Phillips

A custom format of

[<100]"<100";General

--
---
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)
 
Top