![]() |
|
|
Thread Tools | Display Modes |
#3
|
||||
|
||||
![]()
One formula in your Summary sheet, cell C5:
Code:
=INDEX(INDIRECT($A5 & "!$B$40:$AB$40"),MATCH(C$3,INDIRECT($A5 & "!$B$6:$AB$6"),0)) The names in column A of the Summary sheet must match exactly the names on the tab of each sheet. Your formulae in cells AC5:AD8 differ slightly from the above by looking up the numbers in row 4 instead of the text in row 3, I've adhered to that, AC5 formula: Code:
=INDEX(INDIRECT($A5 & "!$B$40:$AB$40"),MATCH(AC$4,INDIRECT($A5 & "!$B$7:$AB$7"),0)) Streamlined your formula in C11 to: =SUMPRODUCT(C$5:C$8,$B$5:$B$8) copied across. Please double check the results are what you're expecting in the attached. |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Want to return a value from my pricing table into my raw data sheet given criteria in the data sheet | mcronin | Excel | 1 | 05-09-2016 09:43 AM |
![]() |
carlos_cs | Excel | 3 | 05-04-2016 08:44 AM |
How to copy data automatically to particular sheet? | nicholes | Excel Programming | 13 | 03-12-2014 01:05 AM |
![]() |
PRADEEPB270 | Excel | 1 | 11-04-2011 03:46 AM |
![]() |
rwbarrett | Word | 1 | 05-27-2011 02:05 AM |