Help! Using excel 2010 starter

Alpacino

Well-known Member
Joined
Mar 16, 2011
Messages
511
Hi everyone, I'm struggling to do a summary table using info from a table. The table has lists going down column A e.g. Row 1 (Sales), row 2(waste), row 3 (wages). Column 2 and so on has wk numbers in them with their actual figures in cells e.g. Wk 1 sales 45k wk 2 46k. What I would like to do is create a summary like vlookup??? to select Kpi and wk nber to give me the cell data. Anyone help??
Thanks in advance
Alpacino
 
Hi

Here's one way:
Excel Workbook
ABCDEFGHIJ
1123
2KPIWk BudWk ActRAGWk BudWk ActRAGWk BudWk ActRAG
3Sales765086725063R759455720507RR
4LFL2-4.49R2-10.89R2R
5Waste96749906R9663GR
6
7
8Choose week2
9Choose KPISales
10
11Budget759455
12Actual720507
13RAGR
Sheet1
Excel 2010
Cell Formulas
RangeFormula
B11=INDEX($B$3:$J$5,MATCH($B$9,$A$3:$A$5,0),MATCH($B$8,$B$1:$J$1,0)+ROWS($A$11:$A11)-1)

Formula in B11 copied down through to B13.

Note, week numbers in row 1 are not within merged cells. I have used 'centre across selection' in my example so that they appear centred over the respective categories.
 
Upvote 0

Excel Facts

Workdays for a market open Mon, Wed, Friday?
Yes! Use "0101011" for the weekend argument in NETWORKDAYS.INTL or WORKDAY.INTL. The 7 digits start on Monday. 1 means it is a weekend.
Hi Jon
Thanks again for your help. It doesn't seem to copying down well just copies the same result.
I mist be doing something wrong
How do you do centre across section?
 
Upvote 0
For example, select B1:D1
Go to Format Cells (Control+1)
Go to the Alignment tab
In the 'Horizontal' drop-down box choose 'Centre across selection'
 
Upvote 0
B12: =INDEX($B$3:$J$5,MATCH($B$9,$A$3:$A$5,0),MATCH($B$8,$B$1:$J$1,0)+ROWS($A$11:$A12)-1)

B13: =INDEX($B$3:$J$5,MATCH($B$9,$A$3:$A$5,0),MATCH($B$8,$B$1:$J$1,0)+ROWS($A$11:$A13)-1)

Is your table set-up in the same way as my example?
 
Upvote 0
Hi Alan

I really can't diagnose the problem without knowing the specific layout of your table. Can you post another sample please, and also let me know the column indexes and row numbers?
 
Upvote 0
Does this help?
Excel Workbook
ABCDEFGHIJ
1Choose week2
2Choose KPISales
3
4Budget759455
5Actual720507
6RAGR
7
8
9123
10KPIWk BudWk ActRAGWk BudWk ActRAGWk BudWk ActRAG
11Sales765086725063R759455720507RR
12LFL2-4.49R2-10.89R2R
13Waste96749906R9663GR
Sheet1
Excel 2010
Cell Formulas
RangeFormula
B4=INDEX($B$11:$J$13,MATCH($B$2,$A$11:$A$13,0),MATCH($B$1,$B$9:$J$9,0)+ROWS($A$4:$A4)-1)
B5=INDEX($B$11:$J$13,MATCH($B$2,$A$11:$A$13,0),MATCH($B$1,$B$9:$J$9,0)+ROWS($A$4:$A5)-1)
B6=INDEX($B$11:$J$13,MATCH($B$2,$A$11:$A$13,0),MATCH($B$1,$B$9:$J$9,0)+ROWS($A$4:$A6)-1)
 
Upvote 0

Forum statistics

Threads
1,224,583
Messages
6,179,673
Members
452,937
Latest member
Bhg1984

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