I receive a file with a date in the format e.g. 20111025. So this example signifies October 25th, 2011. I need the ability to work with it as a true date (in furhter downstream formulas). This is what I did : assuming that 20111025 stands in A1, I would enter following formula in B1 : =CONCATENATE(RIGHT(RC[-1],2),""/"",MID(RC[-1],5,2),""/"",LEFT(RC[-1],4)). This results in 25/10/2011. I then copy this formula, paste it as a value and format the cell as date (short). BUT : it doesn't work : another formula downstream does not recognise this result as a date.
Strange : when I press F2 "edit" on the cell, it works. Problem is that I have many lines, so I have to press F2 - down - F2 - down - F2 - down etc etc.
How can I resolve this ?
Strange : when I press F2 "edit" on the cell, it works. Problem is that I have many lines, so I have to press F2 - down - F2 - down - F2 - down etc etc.
How can I resolve this ?