I have a cell formatted in date format as mm/dd/yy. I have another cell that is number format and a 3rd cell in text format that has "Total Storage".
I want to concatenate these 3 cells into one cell using the CONCATENATE function. When I do this, the date cell switches or converts to SERIAL date instead of the mm/dd/yy date the initial cell is formatted in.
Here is the coded cell function:
=CONCATENATE(occupancy!C1," for ", A2," = ",C2)
occupancy is the spreadsheet
C1 has date "06/05/03"
A2 has "Total Storage"
C2 has 44371
The function outputs to the cell as "Total Storage for 37797 = 44371"
37797 is the serial date instead of the mm/dd/yy date. How do I get it to keep the mm/dd/yy format after the concatenate ?
Thanks for any help.
I want to concatenate these 3 cells into one cell using the CONCATENATE function. When I do this, the date cell switches or converts to SERIAL date instead of the mm/dd/yy date the initial cell is formatted in.
Here is the coded cell function:
=CONCATENATE(occupancy!C1," for ", A2," = ",C2)
occupancy is the spreadsheet
C1 has date "06/05/03"
A2 has "Total Storage"
C2 has 44371
The function outputs to the cell as "Total Storage for 37797 = 44371"
37797 is the serial date instead of the mm/dd/yy date. How do I get it to keep the mm/dd/yy format after the concatenate ?
Thanks for any help.