In excel I have sheet1
contains total every month. (please see image below)
Then in my sheet2
it will display horizontally. (please see image below)
I used the formula =Sheet1!$B$1
, my problem is when i drag it to the right it increments the column letters. How should i make it increment the row only and the column letter is constant in column "B".
Any ideas and alternatives is much appreciated.
Thank you in advance!
First select the cell that has the formula you want to fill, then select the cells underneath it, and then press Ctrl+D. You can also press Ctrl+R to fill the formula to the right in a row. First select the cell that has the formula you want to fill, then select the cells to the right of it, and then press Ctrl+R.
You can use OFFSET:
=OFFSET(Sheet1!$B$1,COLUMN()-2,0)
Or TRANSPOSE: Select B2:M2 and then enter
=TRANSPOSE(Sheet1!$B$1:B12)
as an array formula (using Ctrl+Shift+Enter)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With