ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   How to concatenate text & date (https://www.excelbanter.com/excel-discussion-misc-queries/217053-how-concatenate-text-date.html)

AcctCA755

How to concatenate text & date
 
How do I combine paydate & 01/02/09?

=concatenate(A1,B1) formats the date as 35983.

I want the date to appear as 01/02/09.

--
AcctCA755

JE McGimpsey

How to concatenate text & date
 
One way:

=A1 & TEXT(B1," dd/mm/yy")

In article ,
AcctCA755 wrote:

How do I combine paydate & 01/02/09?

=concatenate(A1,B1) formats the date as 35983.

I want the date to appear as 01/02/09.


Sheeloo[_3_]

How to concatenate text & date
 
If the date is in B1 then try
=A1 & (TEXT(B1,"mm/dd/yyyy"))

"AcctCA755" wrote:

How do I combine paydate & 01/02/09?

=concatenate(A1,B1) formats the date as 35983.

I want the date to appear as 01/02/09.

--
AcctCA755


Gary''s Student

How to concatenate text & date
 
In A1 we have "payday "
In B1 put =TODAY()

In C1 enter:

=A1 & TEXT(B1,"mm/dd/yy")
--
Gary''s Student - gsnu200827


"AcctCA755" wrote:

How do I combine paydate & 01/02/09?

=concatenate(A1,B1) formats the date as 35983.

I want the date to appear as 01/02/09.

--
AcctCA755


JMay

How to concatenate text & date
 
Try instead:

=A1&" "&TEXT(B1,"m/dd/yyyy")

HTH,
Jim



"AcctCA755" wrote:

How do I combine paydate & 01/02/09?

=concatenate(A1,B1) formats the date as 35983.

I want the date to appear as 01/02/09.

--
AcctCA755


AcctCA755

How to concatenate text & date
 
Thanks everyone it worked.
--
AcctCA755


"JMay" wrote:

Try instead:

=A1&" "&TEXT(B1,"m/dd/yyyy")

HTH,
Jim



"AcctCA755" wrote:

How do I combine paydate & 01/02/09?

=concatenate(A1,B1) formats the date as 35983.

I want the date to appear as 01/02/09.

--
AcctCA755



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

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com