Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5
Default Concatenate Question

HI
My data is two values
Day Monday
Date May 8, 2008

The new result it
Concatenate #1 Monday34567 (the result has no space and there is a number
instead of the date).

Question: How do I program a space between the two and
Question: How do I format the date as text so it looks like a date?

Thanks!
Heather



  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 367
Default Concatenate Question

Hi Heather

why don't you format the field to show the Name of the Day as well?
Custom format would be: dddd mmmm d, yyyy
or (if you want 3 letter months) dddd mmm d, yyyy

i hope i understood you right

Carlo

On Jan 16, 1:37*pm, Learningfast
wrote:
HI
My data is two values
Day * * * * * * Monday
Date * * * * * * * * *May 8, 2008

The new result it
Concatenate #1 *Monday34567 (the result has no space and there is a number
instead of the date).

Question: *How do I program a space between the two and
Question: *How do I format the date as text so it looks like a date?

Thanks!
Heather


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,231
Default Concatenate Question

Learningfast wrote...
....
My data is two values
Day Monday
Date May 8, 2008

The new result it
Concatenate #1 Monday34567 (the result has no space and there is a
number instead of the date).

Question: How do I program a space between the two and
Question: How do I format the date as text so it looks like a date?


May 8, 2008 is a Thursday.

The general answer is

=DayCell&TEXT(DateCell," mmmm d, yyyy")

but if you actually want Thursday May 8, 2008 (i.e., the actual day of
the week for the given date), ignore the Day cell and give the Date
cell the custom number format

dddd mmmm d, yyyy
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,091
Default Concatenate Question

You need to get a basic book on Excel. Excel stores dates as numbers.
January 1, 1900 is day 1. January 2, 1900 is day 2, January 15, 2008 is day
39462.
Just apply standard Excel date formatting to what you have. Such as a
standard Excel date by right clicking the cell with the date, format cells,
date, select 2nd entry and you will see Tuesday, January 15, 2008.

Tyro

"Learningfast" wrote in message
...
HI
My data is two values
Day Monday
Date May 8, 2008

The new result it
Concatenate #1 Monday34567 (the result has no space and there is a number
instead of the date).

Question: How do I program a space between the two and
Question: How do I format the date as text so it looks like a date?

Thanks!
Heather





  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22,906
Default Concatenate Question

Don't bother to concatenate, just format Date as dddd mmmm d, yyyy

But, to answer your question on getting rid of the serial number and entering a
space.

=B1& " " &TEXT(C1,"mmmm d" &"," &"yyyy")

with Monday in B1 and May 8, 2008 in C1


Gord Dibben MS Excel MVP

On Tue, 15 Jan 2008 20:37:01 -0800, Learningfast
wrote:

HI
My data is two values
Day Monday
Date May 8, 2008

The new result it
Concatenate #1 Monday34567 (the result has no space and there is a number
instead of the date).

Question: How do I program a space between the two and
Question: How do I format the date as text so it looks like a date?

Thanks!
Heather



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
IF(ISTEXT Concatenate formula question SCrowley Excel Worksheet Functions 15 October 9th 07 02:43 AM
Help with CONCATENATE! Nic Excel Discussion (Misc queries) 6 November 24th 06 09:38 PM
Concatenate question nick Excel Worksheet Functions 3 July 27th 06 11:40 PM
De-concatenate? KevinMB Excel Discussion (Misc queries) 2 August 30th 05 05:17 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


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

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

About Us

"It's about Microsoft Excel"