View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Eric Eric is offline
external usenet poster
 
Posts: 1,670
Default How to determine the cell contain number only?

Does anyone have any suggestions on how to determine the cell contain number
only / in any number format? such as in cell A1, which contains "A12345",
then in cell B1 it returns false. In cell A1, which contains 12345, then in
cell B1 it returns true.
Thank for any suggestions
Eric