This can be tricky depending on your international location because there
are so many international date formats.
I think this one will work everywhere that uses the date names Jan, Feb,
Mar, etc.
Create this defined name...
Insert>Name>Define
Name: Months
Refers to: ="JanFebMarAprMayJunJulAugSepOctNovDec"
OK
Then use this formula:
=DATE(C1,CEILING(SEARCH(LEFT(A1,3),Months)/3,1),B1)
--
Biff
Microsoft Excel MVP
"wx4usa" <(E-Mail Removed)> wrote in message
news:74dea746-1ad0-468c-a225-(E-Mail Removed)...
>I have 3 columns containing the date. A=Month (Text-January) B=Day
> (Numeric 1-31) C=Year. I need to combine these 3 columns into one
> column in the date format mm/dd/yyyy.
>
> Thanks for your help!
|