Reference cells to cells in other spreadsheets, even when sorting

wayneeustace

New Member
Joined
May 16, 2015
Messages
22
Hi

I have the need to reference cells in 3 different spreadsheets but they change every time I sort the data.

It's a little complex to explain - is it possible to upload samples ?

Thank you in advance :)

Wayne
 

Excel Facts

Ambidextrous Undo
Undo last command with Ctrl+Z or Alt+Backspace. If you use the Undo icon in the QAT, open the drop-down arrow to undo up to 100 steps.
Thanks - I'll try using Tables and see how we go:

Book 1
ABCD
1Larry176=(B1/C1)
2Moe164=(B2/C2)
3Curly153=(B3/C3)

<tbody>
</tbody>

Book 2
ABCD
1Larry116=(B1/C1)
2Moe104=(B2/C2)
3Curly143=(B3/C3)

<tbody>
</tbody>

Book 3
ABCD
1Larry=average(C1:D1)=[Book1.xlsx]Sheet1$D$1
=[Book2.xlsx]Sheet1$D$1
<strike></strike>
2Moe=average(C2:D2)
=[Book1.xlsx]Sheet1$D$2
<strike></strike>
=[Book2.xlsx]Sheet1$D$2
3Curly=average(C3:D3)
=[Book1.xlsx]Sheet1$D$3
<strike></strike>
=[Book2.xlsx]Sheet1$D$3

<tbody>
</tbody>

Thanks if you've got this far :) The trouble I have is that in Books 1 and 2, the values in columns B and C will change, thus making column D change. When I re-sort those lists in Books 1 and 2, the references in Book 3 no longer refer to the same cells, which therefore makes my Book 3 data inaccurate.

Any assistance would be greatly appreciated.
 
Last edited:
Upvote 0
If column A data is unique can't you just do an INDEX(...MATCH(...)) for in Book 3 for columns C and D ?
 
Last edited:
Upvote 0

Forum statistics

Threads
1,213,489
Messages
6,113,954
Members
448,535
Latest member
alrossman

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