In short I am having to "massage" a .csv file exported from one system before importing it into an accounting system.
The accountant wants a "Comment" column added before importing the file which summarises information held in four other columns. Two columns contain names and do not present a problem but the other two have dates. In the .csv file the dates are shown 02-Oct-14 and I am having trouble getting these dates treated as text.
To get the names I have:-
=B2&" "&C2 but how do I copy the dates?
Does anybody have time to help me here please.
Budgie