Hi all! I've been truggling with this formula since the last couple of days, and I can't seem to find the error.
I need the "Finish" column to contain the date from "Column 4". For this, I'm using a helper column ("Finish I"), that extracts the date from Column 4 and converts it to a standard format. Then, with the combination of DATE and VALUE formulas, I'm bringing the data from Finish I to "Finish" column. But it doesn't recognize it as a date so it throws the Data type error.
Any ideas on how to solve this?
Find attached the pictures of the columns and the formulas. In case the DATE formula is not clear in the picture, here it is: =DATE(VALUE(20 + LEFT([Finish I]@row, 2)), VALUE(MID([Finish I]@row, 4, 2)), VALUE(RIGHT([Finish I]@row, 2)))
Thank you :)