Missed year number
=MID(A1,MIN(SEARCH({0,1,2,3,4,5,6,7,8,9},A1&"0123456789")),99)
--
HTH
Bob
(there's no email, no snail mail, but somewhere should be gmail in my addy)
"Bob Phillips" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> =LEFT(A1,MIN(SEARCH({0,1,2,3,4,5,6,7,8,9},A1&"0123456789"))-1)
>
> --
> HTH
>
> Bob
>
> (there's no email, no snail mail, but somewhere should be gmail in my
> addy)
>
> "news.epix.net" <(E-Mail Removed)> wrote in message
> news:006BDD4E-20AD-4C95-92C7-(E-Mail Removed)...
>> Could someone please tell me how to determine the data type of each char
>> of a string?
>>
>> I have worksheets named 'October07'. I need to extract just the month
>> name first and then
>> the year number.
>>
>> I would like to loop thru the string until I find an integer character.
>>
>> Thanks,
>> M. Miller
>>
>>
>
>
|