
Signature
HTH
Nick Hodge
Microsoft MVP - Excel
Southampton, England
nick_hodgeTAKETHISOUT@zen.co.ukANDTHIS
www.nickhodge.co.uk
And if the number is *not* the first character in the cell, you might try
this:
=IF(ISERROR(LOOKUP(99^99,--MID(A1,MIN(SEARCH({0,1,2,3,4,5,6,7,8,9},A1&"0123456789")),ROW(INDIRECT("1:"&LEN(A1)))))),"NO
Num","Number")

Signature
HTH,
RD
=====================================================
Please keep all correspondence within the Group, so all may benefit!
=====================================================
Steve
If the number is always first then in a column near it (We'll say the
number/text is in column A enter)
=IF(ISNUMBER(VALUE(LEFT(A1,1))),"Number","Text")
Some may be overkill but I add VALUE to make sure it tries to parse the
first character to a number

Signature
HTH
Nick Hodge
Microsoft MVP - Excel
Southampton, England
nick_hodgeTAKETHISOUT@zen.co.ukANDTHIS
www.nickhodge.co.uk
> Hi,
>
[quoted text clipped - 7 lines]
>
> Steve
Steve - 23 Mar 2007 11:52 GMT
Nick - This last formula took care of things perfectly....Thanks,
Steve
> And if the number is *not* the first character in the cell, you might try
> this:
[quoted text clipped - 44 lines]
>
> - Show quoted text -
RagDyeR - 23 Mar 2007 16:47 GMT
Well ... you almost got it right ... the name is Rick.
But ... how would you know that?<bg>
Anyway, appreciate the feed-back.

Signature
Regards,
RD
-----------------------------------------------------------------------------------------------
Please keep all correspondence within the Group, so all may benefit !
-----------------------------------------------------------------------------------------------
Nick - This last formula took care of things perfectly....Thanks,
Steve
On Mar 22, 9:02 pm, "RagDyeR" <ragd...@cutoutmsn.com> wrote:
> And if the number is *not* the first character in the cell, you might try
> this:
[quoted text clipped - 47 lines]
>
> - Show quoted text -