Referencing Relative and Absolute Cells between different sheets

vbthedog

New Member
Joined
Jul 17, 2017
Messages
11
Hi guys I have been stumbling around this for donkey's yonks and cannot quite get what I am after.

If I have Sheet 1 with Column E15 to E29 wanting values from Sheet 2 RowC6 > Q6 I know I am can copy and paste them manually as for example Summary E15 = Expenditure!C6 (with Expenditure being the Sheet Name). But how can I then quickly extrapolate this down so that I don't have to manually enter each one. I am *sure* there is a $R!C type combo I can put into E15 and then just use the drag the little right hand bottom cell handle down isn't there? In other words, the data from the second (horizontal) sheet below to be coped to the related cells in Sheet 1. I deally I want a formula so that if something in Sheet 2 (Expenditure) does change, Sheet 1 is autotragically updated.

excel 1.jpg

excel 2.jpg
 

Attachments

  • excel 1.jpg
    excel 1.jpg
    71 KB · Views: 3

Excel Facts

Control Word Wrap
Press Alt+Enter to move to a new row in a cell. Lets you control where the words wrap.
Hi, if I understand correctly, try this in E15 copied down.

=INDEX(Sheet2!$C$6:$Q$6,ROWS(E$15:E15))
 
Upvote 0
Bingo! Genius thank you (I have never used the Index command before so had no idea on that one)

Cheers!

David
 
Upvote 0

Forum statistics

Threads
1,214,584
Messages
6,120,387
Members
448,956
Latest member
JPav

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top