Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 42
Default Simple concatenation including date

Hi there

Trying a very simple concatenation =A18 & " " & B18 but the problem is, B18
is a date. So whenever it calculates it comes back as "National Enquirer
40057" instead of "National Enquirer 01-Sep" as the two cells currently hold.

Is there something I'm missing from my formula?

Thanks
Mike

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 506
Default Simple concatenation including date

Use this formula...

=A18&" "&TEXT(B18,"DD-MMM")

If this post helps, Click Yes!

--------------------
(Ms-Exl-Learner)
--------------------



"mike_vr" wrote:

Hi there

Trying a very simple concatenation =A18 & " " & B18 but the problem is, B18
is a date. So whenever it calculates it comes back as "National Enquirer
40057" instead of "National Enquirer 01-Sep" as the two cells currently hold.

Is there something I'm missing from my formula?

Thanks
Mike

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 846
Default Simple concatenation including date

replace B18
with TEXT(B18,"dd mmm")
--
Wag more, bark less


"mike_vr" wrote:

Hi there

Trying a very simple concatenation =A18 & " " & B18 but the problem is, B18
is a date. So whenever it calculates it comes back as "National Enquirer
40057" instead of "National Enquirer 01-Sep" as the two cells currently hold.

Is there something I'm missing from my formula?

Thanks
Mike

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 694
Default Simple concatenation including date

Hi Mike
Try it this way =A18 & " " & TEXT(B18,"dd,mmm")
HTH
John
"mike_vr" wrote in message
...
Hi there

Trying a very simple concatenation =A18 & " " & B18 but the problem is, B18
is a date. So whenever it calculates it comes back as "National Enquirer
40057" instead of "National Enquirer 01-Sep" as the two cells currently hold.

Is there something I'm missing from my formula?

Thanks
Mike


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
Date/Time concatenation Al Excel Worksheet Functions 4 March 17th 09 02:16 PM
How to add 30 days to date in another column, including Sat/Sun? Sherri Excel Worksheet Functions 2 January 26th 08 04:20 AM
Date in Concatenation FARAZ QURESHI Excel Discussion (Misc queries) 2 September 20th 07 04:55 PM
Including today's date Rich D Excel Discussion (Misc queries) 3 December 8th 06 08:19 PM
date and text concatenation littleps New Users to Excel 8 July 28th 05 11:23 AM


All times are GMT +1. The time now is 05:27 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"