THis should be quite simple...
I have created a templated spreadsheet that calculates a bunch of metrics, formats data, and creates reports. we will call the Workbook1.
I get the raw data from a web-based system's exported report. We'll call this Workbook2.
Currently, I copy from Workbook2 and paste it into Workbook1.
What I want to do, is make it so so that I can Copy All from Workbook2 and then when I put the cursor in cell A! and Paste, it will only paste the values in cells A1:BK1000. (in other words, the copied region is actually larger than the pasted region.)
So in a nutshell, I would have data for cells A1:IV65536 in my clipboard, but when I paste into my main spreadsheet, I only want A1:BK1000 to be filled.
I have created a templated spreadsheet that calculates a bunch of metrics, formats data, and creates reports. we will call the Workbook1.
I get the raw data from a web-based system's exported report. We'll call this Workbook2.
Currently, I copy from Workbook2 and paste it into Workbook1.
What I want to do, is make it so so that I can Copy All from Workbook2 and then when I put the cursor in cell A! and Paste, it will only paste the values in cells A1:BK1000. (in other words, the copied region is actually larger than the pasted region.)
So in a nutshell, I would have data for cells A1:IV65536 in my clipboard, but when I paste into my main spreadsheet, I only want A1:BK1000 to be filled.