I want to grab only the dates from timestamps. Now I have this formula =ArrayFormula(if(len(A2:A),int(A2:A),IFERROR(1/0))) However, when the new date is entered, the dates becomes something like this 42338 then I have to format it everytime when a new data is entered.
This is what it looks like now. http://i.stack.imgur.com/y3zZn.png
I tried using =text(A2:A,"yyyy-mm-DD")), it solves my problem but my query in another sheet won't recognize this formate as dates.
Please help! Thank you