I have two spreadsheets, A and B, residing in different workbooks. I may not make changes to Spreadsheet A. Both contain a list of products. Spreadsheet A has dates corresponding to product as "start" and "stop" columns delimiting a range of dates. Spreadsheet B has the same data but with columns representing individual days:
Spreadsheet A looks like this:
Product Name | Product Code | Start date | Stop Date
Spreadsheet B:
Product Name | Product Code| 1.01|1.02|1.03 etc.
In Spreadsheet B by row I want cells automatically filled black for every day (column) in the timeframe specified in Spreadsheet A. Spreadsheet A is used by entire company and I can't make changes to it. Basically how do I change the data format between spreadsheets from "Start in one cell, Stop in another" to "From Cell 1 to Cell x"? EDIT: I created a Spreadsheet C in Workbook B that copies both dates and calculates amount of cells that need to be blacked out.