Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default Excel function to convert month-day-year to mm/dd/yyyy

I have an excel formula question. I need to do the following and I am unsure
how to do it. I have three columns that represent a birthday, in column one
I have the month spelled out, in column two I have the date of birth and in
the third column I have the year. In the forth column that I will create, I
need to have the date of birth together as such mm/dd/yyyy. Unfortunately
there are thousands of entries this way and I want to find one simple
function that can convert these entries into one item. If you have the
solution please let me know. Thank you so much.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,501
Default Excel function to convert month-day-year to mm/dd/yyyy

Hi,

assuming the following
A1 January
B1 28
C1 2008

Try

=DATEVALUE(B1&A1&C1)

If you put this in d1 and double click the fill handle it will fill down as
far as there are data in column C

Mike



"sweetthing4luc" wrote:

I have an excel formula question. I need to do the following and I am unsure
how to do it. I have three columns that represent a birthday, in column one
I have the month spelled out, in column two I have the date of birth and in
the third column I have the year. In the forth column that I will create, I
need to have the date of birth together as such mm/dd/yyyy. Unfortunately
there are thousands of entries this way and I want to find one simple
function that can convert these entries into one item. If you have the
solution please let me know. Thank you so much.

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
RAZ RAZ is offline
external usenet poster
 
Posts: 120
Default Excel function to convert month-day-year to mm/dd/yyyy

if u have month in A1, Days in B1 and Year in C1
one way to do it would be.
=A1&" "&B1", "&C1
but this will give you this format.
January 20, 2008

"sweetthing4luc" wrote:

I have an excel formula question. I need to do the following and I am unsure
how to do it. I have three columns that represent a birthday, in column one
I have the month spelled out, in column two I have the date of birth and in
the third column I have the year. In the forth column that I will create, I
need to have the date of birth together as such mm/dd/yyyy. Unfortunately
there are thousands of entries this way and I want to find one simple
function that can convert these entries into one item. If you have the
solution please let me know. Thank you so much.

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5,934
Default Excel function to convert month-day-year to mm/dd/yyyy

Try this...

=--(A1&" "&B1&", "&C1)

--
Rick (MVP - Excel)


"sweetthing4luc" wrote in message
...
I have an excel formula question. I need to do the following and I am
unsure
how to do it. I have three columns that represent a birthday, in column
one
I have the month spelled out, in column two I have the date of birth and
in
the third column I have the year. In the forth column that I will create,
I
need to have the date of birth together as such mm/dd/yyyy. Unfortunately
there are thousands of entries this way and I want to find one simple
function that can convert these entries into one item. If you have the
solution please let me know. Thank you so much.




  #8   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5,934
Default Excel function to convert month-day-year to mm/dd/yyyy

Try this...

=--(A1&" "&B1&", "&C1)


Try it this way instead...

=--(B1&A1&C1)

--
Rick (MVP - Excel)
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Converting Day, Date Month Year format to MM/DD/YYYY 61Petrus Excel Worksheet Functions 1 February 19th 08 08:47 PM
I can't convert from mm/dd/yy to month dd, yyyy dodgers32 Excel Discussion (Misc queries) 2 January 30th 08 08:19 AM
Can I convert a number(1-365) to a month and day of a year? rnc Excel Worksheet Functions 4 January 21st 08 05:52 AM
convert number to month and year in formula Soth Excel Worksheet Functions 3 July 19th 06 08:32 PM
How do I convert a serial number to the month, day, and year in E. Judy Excel Discussion (Misc queries) 2 December 15th 04 03:38 PM


All times are GMT +1. The time now is 06:08 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"