I have a file on the AS/400 that contains an ISO date (yyyy-mm-dd). EXCEL does not seem to be able to recognize it as a date. Is there a way to get excel to recognize this as a date or do I have to change it on the AS/400 before downloading.
I have a file on the AS/400 that contains an ISO date (yyyy-mm-dd). EXCEL does not seem to be able to recognize it as a date. Is there a way to get excel to recognize this as a date or do I have to change it on the AS/400 before downloading.
Glen, Try using the CHAR() function. "Select Char(datefld,USA) From File" Bill