I have an inventory file that gets overwritten each morning with the newest data. I would like to capture the data on specific dates (Friday's) so I can compare week over week inventory. I have another file that tells me the date and what day of the week it is.
I would like to join the captured Friday data with the date file I have to show a week over week column. Is this possible?