T
Ted Metro
Is there an easy formula that will look at a cell and determine whether a
number 0-9 is in that cell?
number 0-9 is in that cell?
Ron Coderre said:With
A1 containing a value that may contain a number or be blank
This formula returns TRUE if A1 contains a number:
=MIN(SEARCH({0,1,2,3,4,5,6,7,8,9},A1&"0123456789"))<=LEN(A1)
Is that something you can work with?
***********
Regards,
Ron
XL2002, WinXP