I have data in various columns in excel. I have used a Concatenate function to merger all the required data. Data is reflecting property for all the fields except Date. It is reflecting date as a number
I am using it Excel and not VBA so don't want any coding.
ID abx <GO> BXT 5985 100 43672 <GO> <Print>
Above is the output of concatenating formula. Date i.e. 07/26/19 is reflecting as 43672
The output of excel formula i.e. concatenate should reflect below output.
ID abx <GO> BXT 5985 100 07/26/19 <GO> <Print>
The date should reflect instead of a number.