concatenate with dates

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

i want to make a sentance from various cells but the date comes out as a
serial number rather than the dd/mm/yy format I would like.

any ideas?
 
Use:
="Date is "&TEXT(A1,"dd mmm yyyy")

where cell A1 contains the date

Mangesh
 
=A1&B1&C1&TEXT(D1,"mm/dd/yyyy")

The formatting within the quotes can be changed..........

Vaya con Dios,
Chuck, CABGx3
 

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

Back
Top