M
mlv
It's amazing how much time can be wasted trying variations of a custom
formula in Data Validation without hitting on the right syntax :-(
I have a cell (assume A1) formatted as a number to 2 decimal places.
Normally a formula will enter the appropriate number in the cell, otherwise
the formula will enter "".
Sometimes the formula will be overwritten and a number will be entered
manually. Because the number may be entered manually, I want to set a Data
Validation check. Data Validation will need to allow both "" or any number
(including 0.00).
I was trying to use the ISNUMBER function in Data Validation custom -
something like:
=AND(A1<>"",NOT(ISNUMBER(A1)))
but it doesn't seem to work.
Can someone point me in the right direction?
TIA
formula in Data Validation without hitting on the right syntax :-(
I have a cell (assume A1) formatted as a number to 2 decimal places.
Normally a formula will enter the appropriate number in the cell, otherwise
the formula will enter "".
Sometimes the formula will be overwritten and a number will be entered
manually. Because the number may be entered manually, I want to set a Data
Validation check. Data Validation will need to allow both "" or any number
(including 0.00).
I was trying to use the ISNUMBER function in Data Validation custom -
something like:
=AND(A1<>"",NOT(ISNUMBER(A1)))
but it doesn't seem to work.
Can someone point me in the right direction?
TIA