My spreadsheet contains data that was extracted from BOXI.
The dates are currently in the following character format: 20110805
Those numbers represent August 5, 2011.
My goal is to perform a calculation of the dates: Date A minus Date B
In their current character format, I was unable to do so. My workaround was to create a ‘date conversion’ tab, where I dumped the column of unformatted dates, performed a text-to-column function and concatentated the numbers back into the format that I wanted (08/05/2011) prior to performing the calculation.
This was an OK work-around, as I only had to do it once a month for 3 columns. Now, I have to perform it weekly and I need the smarter – not harder approach.
In the attachment, rows 6-8 show the data ‘as is’. Rows 10-12 show what my goal is.