Thread
:
Prevent Hard Inputs
View Single Post
#
4
Posted to microsoft.public.excel.misc
vezerid
Posts: n/a
Prevent Hard Inputs
Alternatively, you can use the following formula in CF (with the
FormulaIs option)
=AND(OR(LEFT(A1,1)={"+","-","*","/"}),LEN(A1)=2,ISNUMBER(VALUE(MID(A1,2,1))))
HTH
Kostis Vezerides
Reply With Quote