I am extracting spreadsheets from a folder. All of the spreadsheets are in the same format. I am then aggregating all of the data together to make a database.
I have a date that is in one cell in the spreadsheet (same cell throughout the entire folder). I would like to extract the date, make a new column out of it, and copy down the value 65 times.
I tried using the transpose tool, but it misaligns the rest of the dataset. I have attached what I have so far.