![]() |
concatenate text and date
when I concatenate a text field & " "&date field it's displaying the text
fine but displaying the date in serial number e.g. location and date 01/01/2001 becomes location and 19283 How can I maintain the date format? |
="Text " & text(now(),"mm/dd/yyyy")
Replace now() with your date and mm/dd/yyyy with the formatting you desire http://HelpExcel.com "Tara Keane" wrote: when I concatenate a text field & " "&date field it's displaying the text fine but displaying the date in serial number e.g. location and date 01/01/2001 becomes location and 19283 How can I maintain the date format? |
Use the TEXT function
=text field & " "&TEXT(date,"mm/dd/yyyy") -- Regards, Peo Sjoblom "Tara Keane" wrote in message ... when I concatenate a text field & " "&date field it's displaying the text fine but displaying the date in serial number e.g. location and date 01/01/2001 becomes location and 19283 How can I maintain the date format? |
All times are GMT +1. The time now is 06:59 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com