Hi All,
I'm having a little trouble with a date format.
From an initial date taken from another worksheet, I'm calculating the previous 6 days using;
=DATE(YEAR(A8),MONTH(A8),DAY(A8)-1)
in the rows above, a7 to a1. So now I have a list of dates eg. a1 contains 01/12/08, a2 contains 02/12/08 and so on...
I then want to concatenate this date with another number applying the function;
=CONCATENATE(A2,"_",C2)
The problem is I just get the number 39783_1, as in the number of days since 1/1/1900_the contents of the other cell. I've tried all the various date options and still can't get it to show the date in dd/mm/yy format.
Any ideas?
Thanks
Bookmarks