Test left character is a number?

N

nastech

hi, have formula for whole cell to equal a number, but is it possible to test
only the left character to be a number. thanks.

have: =ISNUMBER(AD9)

sample of data: 1F
 
R

Rick Rothstein \(MVP - VB\)

Won't that generate an error if the first character is not a digit?

Rick
 
T

Teethless mama

You are correct. It generate an error when it's not a number. If it's a
number then it returns TRUE. Instead return TRUE/FALSE, my is return
TRUE/#VALUE!
 
Top