#1   Report Post  
Posted to microsoft.public.excel.misc
SJT SJT is offline
external usenet poster
 
Posts: 71
Default Concatenate

I am attempting to use the concatenate function to combine some text with
dates from two different cells. However, the result gives me the serial
number associated w/ the date as opposed to the format "October 16, 2008".
The cell is formatted as a date. I am using Excel 2003 in XP. Thank you in
advance for your assistance.
  #2   Report Post  
Posted to microsoft.public.excel.misc
Max Max is offline
external usenet poster
 
Posts: 9,221
Default Concatenate

Use the TEXT function to specify the date format that you want
eg In B1: = TEXT(A1,"mmmm dd, yyyy")
where A1 houses a date
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:19,000 Files:362 Subscribers:62
xdemechanik
---
"SJT" wrote:
I am attempting to use the concatenate function to combine some text with
dates from two different cells. However, the result gives me the serial
number associated w/ the date as opposed to the format "October 16, 2008".
The cell is formatted as a date. I am using Excel 2003 in XP. Thank you in
advance for your assistance.

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 84
Default Concatenate

Can you provide samples of the data you're trying to concatenate, and show
how you'd like the result to display?

"SJT" wrote:

I am attempting to use the concatenate function to combine some text with
dates from two different cells. However, the result gives me the serial
number associated w/ the date as opposed to the format "October 16, 2008".
The cell is formatted as a date. I am using Excel 2003 in XP. Thank you in
advance for your assistance.

  #4   Report Post  
Posted to microsoft.public.excel.misc
SJT SJT is offline
external usenet poster
 
Posts: 71
Default Concatenate

Thank you very much.

"Max" wrote:

Use the TEXT function to specify the date format that you want
eg In B1: = TEXT(A1,"mmmm dd, yyyy")
where A1 houses a date
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:19,000 Files:362 Subscribers:62
xdemechanik
---
"SJT" wrote:
I am attempting to use the concatenate function to combine some text with
dates from two different cells. However, the result gives me the serial
number associated w/ the date as opposed to the format "October 16, 2008".
The cell is formatted as a date. I am using Excel 2003 in XP. Thank you in
advance for your assistance.

  #5   Report Post  
Posted to microsoft.public.excel.misc
SJT SJT is offline
external usenet poster
 
Posts: 71
Default Concatenate

Thanks for the help but someone already responded to my post.

"smartgal" wrote:

Can you provide samples of the data you're trying to concatenate, and show
how you'd like the result to display?

"SJT" wrote:

I am attempting to use the concatenate function to combine some text with
dates from two different cells. However, the result gives me the serial
number associated w/ the date as opposed to the format "October 16, 2008".
The cell is formatted as a date. I am using Excel 2003 in XP. Thank you in
advance for your assistance.



  #6   Report Post  
Posted to microsoft.public.excel.misc
Max Max is offline
external usenet poster
 
Posts: 9,221
Default Concatenate

Welcome ..
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:19,000, Files:362, Subscribers:62
xdemechanik
---
"SJT" wrote
Thank you very much.



  #7   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default Concatenate text and dates

=CONCATENATE(G45," ",C45," ",D45," ",E45)
This is the formula I've used. E45 is a date. I've tried using 'TEXT' in
the formula but keep getting an error message. Can someone write me a
formula??
"smartgal" wrote:

Can you provide samples of the data you're trying to concatenate, and show
how you'd like the result to display?

"SJT" wrote:

I am attempting to use the concatenate function to combine some text with
dates from two different cells. However, the result gives me the serial
number associated w/ the date as opposed to the format "October 16, 2008".
The cell is formatted as a date. I am using Excel 2003 in XP. Thank you in
advance for your assistance.

  #8   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default Concatenate text and dates

=G45 & " " & c45 & " " & D45 & " " & TEXT(E45,"mmmm dd, yyyy")


Gord Dibben MS Excel MVP


On Thu, 18 Feb 2010 15:46:01 -0800, Warren Jo
wrote:

=CONCATENATE(G45," ",C45," ",D45," ",E45)
This is the formula I've used. E45 is a date. I've tried using 'TEXT' in
the formula but keep getting an error message. Can someone write me a
formula??
"smartgal" wrote:

Can you provide samples of the data you're trying to concatenate, and show
how you'd like the result to display?

"SJT" wrote:

I am attempting to use the concatenate function to combine some text with
dates from two different cells. However, the result gives me the serial
number associated w/ the date as opposed to the format "October 16, 2008".
The cell is formatted as a date. I am using Excel 2003 in XP. Thank you in
advance for your assistance.


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
CONCATENATE kyoshirou Excel Discussion (Misc queries) 2 March 3rd 08 09:14 PM
concatenate babs Excel Discussion (Misc queries) 5 February 20th 08 11:28 AM
CONCATENATE countrygirl0712 Excel Discussion (Misc queries) 7 February 24th 06 06:39 PM
I know how to concatenate ,can one de-concatenate to split date? QUICK BOOKS PROBLEM- New Users to Excel 1 July 26th 05 05:07 PM
Un - Concatenate ? Rednelle Excel Worksheet Functions 9 May 26th 05 09:41 PM


All times are GMT +1. The time now is 07:34 PM.

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"