View Single Post
  #2   Report Post  
Biff
 
Posts: n/a
Default

Hi!

Try this:

=IF(A1="","",IF(MOD(LEFT(A1,1),2)=0,"E","O"))

Biff

"jenn" wrote in message
...
hi there!

I need a formula, to say "E" if the first digit of a four-digit-number in
A1
is even. and "O" if its odd. Thanks a lot!