Index - Lookup - Multiple Results - one cell / no VBA - 2 Dimensional table

belle888

New Member
Joined
Jan 5, 2017
Messages
1
Hello and Happy New Year!!

The target is: I like to have an array with the total costs per year (cost per unit (see table 2) * corresponding volume (see table 1)) for the entered cost positions.
Following constraints are given: I like to have the array with the total costs for each year in one cell (e.g. with array formula, index, sumifs, or whatever it takes). VBA is not possible.

My problem is that I cant "allocate" the volumes to the costs correspondingly.


Table1Volumes per year
Year 1
Year 2
Year 3
Year 4
Year 5
Volume Scenario 111111
Volume Scenario 222222
Volume Scenario 333333
Volume Scenario 444444

<tbody>
</tbody>

Table 2Costs / per unit
Cost Description
Vol Scenario
Year 1
Year 2
Year 3
Year 4
Year5
Cost Position 1Volume Scenario 31010101010
Cost Position 2Volume Scenario 12020202020

<tbody>
</tbody>


Expected array within one cell
{30,30,30,30,30
20,20,20,20,20}

Is this possible?

Thank You!!
 

Excel Facts

What is the fastest way to copy a formula?
If A2:A50000 contain data. Enter a formula in B2. Select B2. Double-click the Fill Handle and Excel will shoot the formula down to B50000.

Forum statistics

Threads
1,214,985
Messages
6,122,607
Members
449,090
Latest member
vivek chauhan

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