How to achieve this.... [formula help, please]

kryten68

New Member
Joined
Dec 12, 2019
Messages
1
Office Version
  1. 365
  2. 2019
Platform
  1. Windows
  2. MacOS
  3. Web
Hi
Would greatly appreciate some assistance in figuring out how to achieve the following.
I don't doubt that it's probably quite simple to some of you guru's out there.

See image of my data:
Screenshot 2019-12-12 at 21.43.15.png

That is in a sheet in my workbook named 'data'.

I need to use this data to populate another sheet named 'summary', which is structured thus:
Screenshot 2019-12-12 at 21.43.26.png


So, as I'm sure you are already realising, I need C2 on that sheet to contain '13', C3 to contain 23 and so on. All the way through to C25 which should contain 215.

The thing is... this is just an example. In my real application I have several thousands of data lines in the 'summary' sheet, so I need the formula(s) that would go in the $C column of the summary sheet to be smart enough (if possible) so that I can drag the formula from C2 to probably around C7000 and it'll grab the values without needing manual editing of the formula - otherwise it will take ages.

I have a number of manipulations coming up that will need this kind of thing done, so I would very much like to learn the proper Excel way to do this kind of thing. There must be an easy way to do this?

Would greatly appreciate any assistance.
Thanks!
 

Excel Facts

Create a Pivot Table on a Map
If your data has zip codes, postal codes, or city names, select the data and use Insert, 3D Map. (Found to right of chart icons).
The formula in C2 would be
=INDEX(data!$B$3:$I$5,MATCH(A2,data!$A$3:$A$5,0),MATCH(LEFT(B2,FIND(" ",B2)-1)&RIGHT(B2,LEN(B2)-FIND(" ",B2)),INDEX(data!$B$1:$I$1&data!$B$2:$I$2,0),0))
1576216043812.png
 
Upvote 0

Forum statistics

Threads
1,214,920
Messages
6,122,279
Members
449,075
Latest member
staticfluids

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