Confusion with referencing data and sorting

gardengal444

New Member
Joined
Oct 1, 2011
Messages
39
I'm scratching my head trying to see if this is doable and how.

I have 2 worksheets (of many) in this project. The following is a super simplified version of problem.

Sheet A is randomly sorted and is presented to the user as a logical grouping of ITEMs

ITEM COST AGE
apple 5,000 9
pear 1,000 2
chair 2,000 10
desk 500 2


Sheet B needs to present the AGEs and the COSTs In descending order of AGE. Sheet B does not need ITEM.

AGE COST
2 1,000
2 500
9 5,000
10 2,000

Ultimately, total costs will then be calculated for specific upcoming years.

I want to create SHEET B's values via FILL (way too many to do manually.) with SHEET B's columns linked to SHEET A so that if SheetA.COST gets updated, SHEET B will reflect the new cost automatically.

My attempt: "temporarily" sort SHEET A by AGE.

ITEM COST AGE
desk 500 2
pear 1000 2
apple 5,000 9
chair 2,000 10


create SheetB.A2 link to SHEET a (SheetA!C2, +). Then re-sort Sheet A back to its random order (I created an ordinal column to help me do that).
Problem: Sheet B loses it's sort order of AGE. I tried various usages of inserting "$".

Warning: novice level… kis
Excel 2007
 

Excel Facts

What is the last column in Excel?
Excel columns run from A to Z, AA to AZ, AAA to XFD. The last column is XFD.

Forum statistics

Threads
1,214,834
Messages
6,121,873
Members
449,056
Latest member
ruhulaminappu

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