Thread
:
"E" or "O" for the first, even or odd digit in a number
View Single Post
#
2
Biff
Posts: n/a
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!
Reply With Quote