I am trying to copy data from another worksheet and keep the cell reference (data will change). The data is vertical and I need to copy horizontal. I'm looking for an easy way without have to type the cell reference 2000 times.
I am trying to copy data from another worksheet and keep the cell reference (data will change). The data is vertical and I need to copy horizontal. I'm looking for an easy way without have to type the cell reference 2000 times.
Hi heatherfeather,
I'm afraid that copy and paste special of transpose doesn't work, if I understand your question.
If your formulas were based on named ranges then a copy and paste from vertical to horizontal may work.
If you give us a sample workbook it would be easier to understand the question and be more sure of an answer.
One test is worth a thousand opinions.
Click the * Add Reputation below to say thanks.
heatherfeather, you should find you can use INDEX
So Sheet2!A1 = Sheet1!A1, Sheet2!B1 = Sheet1!A2, Sheet2!C1 = Sheet1!A3 etc...![]()
Please Login or Register to view this content.
You could also look at OFFSET but personally I prefer the above.
My Recommended Reading:
Volatility
Sumproduct & Arrays
Pivot Intro
Email from XL - VBA & Outlook VBA
Function Dictionary & Function Translations
Dynamic Named Ranges
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks