I have a Google spreadsheet of several thousand rows of data. Column BC contains a date in a string format, YYYYMMDD.
I am using Google's query function to pull specific records from the main sheet into other tabs withing the same document, and as part of that query, I would like to reformat the date column to MM/DD/YYYY. I haven't yet found how to accomplish this.
Is there a simple way to reformat the string value inside of the query function, along the lines of a more traditional to_date(BC, 'MM/DD/YYYY')??
Example: 20170701 to 07/01/2017