S
stuart noble
Using data validation I would like to apply 2 conditions to an entry in C1.
It must be numeric and B1 must be blank.
=AND(isblank(b1),isnumber(c1)) doesn't seem to work.
Any help appreciated.
It must be numeric and B1 must be blank.
=AND(isblank(b1),isnumber(c1)) doesn't seem to work.
Any help appreciated.