I have started to download monthly files from my bank as .csv files and then save/convert them as .xlsx or .xlsm files. One of the columns is a date that looks like MM/DD/YYYY, e.g., 01/04/2021. I tried to reformat it as a “Date” — YYYY-MM-DD, but it did not work – nothing happened. I tried to use the DATEVALUE function and all I got was #VALUE! . Is there anyway to find out what type of data this “Date” is – numeric, text, etc., as all the other values – Deposits, Withdrawals, etc., convert as numbers, which is what they should do. I tried using the MONTH function to extract the month, but that produced another #VALUE! error. I was able to extract the month as a numeric value using the LEFT( X2,2) function and that gave me the month as a number, but I would really like to produce a “date” value that I can format and treat as a real date from whatever the date is that comes through during the .csv translation.
I am running Windows 10-20H2 and Excel as part of Office 365.
All of the dates that are produced by the .csv conversion are exactly the same, so maybe I have to extract each component separately and then recombine them into a date somehow (any ideas).
Any insight that anyone can provide will be greatly appreciated. TIA.
Ron M