B
barman
I want to do error checking on a data entry cell and can't figure out
how to do it without an illegal circular reference. I don't want to
have hidden cells. Let's say that I am entering data in a cell that is
always between 1 and 10. I want to be sure that if I introduce a typo
with the decimal point like 83 that the cell corrects this to be 8.3 .
How can I do that? Any IF statement on a cell itself results in a
circular reference.
For example, I can't come up with a statement for a cell, say B23,
that says something like
=IF(LEN(B23)=0,"", ...
Is it possible? Thanks.
Dilip
how to do it without an illegal circular reference. I don't want to
have hidden cells. Let's say that I am entering data in a cell that is
always between 1 and 10. I want to be sure that if I introduce a typo
with the decimal point like 83 that the cell corrects this to be 8.3 .
How can I do that? Any IF statement on a cell itself results in a
circular reference.
For example, I can't come up with a statement for a cell, say B23,
that says something like
=IF(LEN(B23)=0,"", ...
Is it possible? Thanks.
Dilip