G Guest Jun 19, 2007 #1 Hi, any clue how I an transform a column of dates into a text format like this: 2-Jan-97 to text 02Jan97 thanks...
Hi, any clue how I an transform a column of dates into a text format like this: 2-Jan-97 to text 02Jan97 thanks...
G Guest Jun 19, 2007 #3 yeah, thanks Don. just figured it out: If date is in cell a2, then =text(a2,"ddmmmyy")