Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Date/Time concatenation | Excel Worksheet Functions | |||
How to add 30 days to date in another column, including Sat/Sun? | Excel Worksheet Functions | |||
Date in Concatenation | Excel Discussion (Misc queries) | |||
Including today's date | Excel Discussion (Misc queries) | |||
date and text concatenation | New Users to Excel |