Concantenate columns with dates and text

  • Thread starter Dazed and Confused
  • Start date
D

Dazed and Confused

The first two columns in my spreadsheet are dates. The third is text. When
I try to concantenate, the dates turn into numbers.

Any advice would be greatly appreciated.
Thank you.
 
P

PJFry

Say that your dates are in A1 and B1 and your text is in C1.

=Text(A1,"mm/dd/yyyy")&Text(B1,"mm/dd/yyyy")&C1

Try that.
 
D

Dazed and Confused

Perfect! Thank you so very much!

PJFry said:
Say that your dates are in A1 and B1 and your text is in C1.

=Text(A1,"mm/dd/yyyy")&Text(B1,"mm/dd/yyyy")&C1

Try that.
--
Regards,

PJ
Please rate this post using the vote buttons if it was helpful.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top