Hi All,
I am new to this forum, I have done a search but can not see any posts with the same issue, so here goes.
I have multiple documents each with 45+ sheets, 38 of which I need to get data from, I can not edit these sheets but I can add an additional one (summary Page). What I am trying to do is combine a Vlookup and a sum product in to a single cell on a summary page, If there are any easier ways of doing this please feel free to make a suggestion.
My Data:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Row/Column[/TD]
[TD]I[/TD]
[TD]AB[/TD]
[TD]AC[/TD]
[TD]AD[/TD]
[TD]AE[/TD]
[TD]AK[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Part[/TD]
[TD]Currency[/TD]
[TD]Type 1 Price[/TD]
[TD]Type 2 Price[/TD]
[TD]Type 3 Price[/TD]
[TD]Quantity required[/TD]
[/TR]
[TR]
[TD]20[/TD]
[TD]a[/TD]
[TD]GBP[/TD]
[TD]1.50[/TD]
[TD]3[/TD]
[TD]6.25[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]21[/TD]
[TD]ab[/TD]
[TD]EUR[/TD]
[TD]4[/TD]
[TD]1[/TD]
[TD]0.5[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD]22[/TD]
[TD]b[/TD]
[TD]USD[/TD]
[TD]3.30[/TD]
[TD]3.30[/TD]
[TD]7[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]23[/TD]
[TD]cg[/TD]
[TD]GBP[/TD]
[TD]12.90[/TD]
[TD]100[/TD]
[TD]156[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]24[/TD]
[TD]ef[/TD]
[TD]GBP[/TD]
[TD]0.90[/TD]
[TD]0.85[/TD]
[TD]12[/TD]
[TD]4[/TD]
[/TR]
[TR]
[TD]..[/TD]
[TD]..[/TD]
[TD]..[/TD]
[TD]..[/TD]
[TD]..[/TD]
[TD]..[/TD]
[TD]..[/TD]
[/TR]
[TR]
[TD]..[/TD]
[TD]..[/TD]
[TD]..[/TD]
[TD]..[/TD]
[TD]..[/TD]
[TD]..[/TD]
[TD]..[/TD]
[/TR]
[TR]
[TD]..[/TD]
[TD]..[/TD]
[TD]..[/TD]
[TD]..[/TD]
[TD]..[/TD]
[TD]..[/TD]
[TD]..[/TD]
[/TR]
[TR]
[TD]100[/TD]
[TD]..[/TD]
[TD]..[/TD]
[TD]..[/TD]
[TD]..[/TD]
[TD]..[/TD]
[TD]..[/TD]
[/TR]
</tbody>[/TABLE]
What I need to be able to do is have one cell in a summary page that sum the following up:
What I need is a single formula for Type 1 price per sheet, so I need to do is:
multiple the quantity * the unit price *the currency (which needs to be looked up in another sheet),
then give me a sum for the complete sheet for Type 1 price in a single cell on a summary page, then the same for Type 2 and Type 3
so something like (but not) this:
Sumproduct=((AK20:AK100),AC20:AC100),Vlookup(AB20:AB100,'LOOKUPSHEET'!A1:B40,2,FALSE))
I hope this makes sense, If I have missed anything out please let me know.
Thanks,
Justin
I am new to this forum, I have done a search but can not see any posts with the same issue, so here goes.
I have multiple documents each with 45+ sheets, 38 of which I need to get data from, I can not edit these sheets but I can add an additional one (summary Page). What I am trying to do is combine a Vlookup and a sum product in to a single cell on a summary page, If there are any easier ways of doing this please feel free to make a suggestion.
My Data:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Row/Column[/TD]
[TD]I[/TD]
[TD]AB[/TD]
[TD]AC[/TD]
[TD]AD[/TD]
[TD]AE[/TD]
[TD]AK[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Part[/TD]
[TD]Currency[/TD]
[TD]Type 1 Price[/TD]
[TD]Type 2 Price[/TD]
[TD]Type 3 Price[/TD]
[TD]Quantity required[/TD]
[/TR]
[TR]
[TD]20[/TD]
[TD]a[/TD]
[TD]GBP[/TD]
[TD]1.50[/TD]
[TD]3[/TD]
[TD]6.25[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]21[/TD]
[TD]ab[/TD]
[TD]EUR[/TD]
[TD]4[/TD]
[TD]1[/TD]
[TD]0.5[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD]22[/TD]
[TD]b[/TD]
[TD]USD[/TD]
[TD]3.30[/TD]
[TD]3.30[/TD]
[TD]7[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]23[/TD]
[TD]cg[/TD]
[TD]GBP[/TD]
[TD]12.90[/TD]
[TD]100[/TD]
[TD]156[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]24[/TD]
[TD]ef[/TD]
[TD]GBP[/TD]
[TD]0.90[/TD]
[TD]0.85[/TD]
[TD]12[/TD]
[TD]4[/TD]
[/TR]
[TR]
[TD]..[/TD]
[TD]..[/TD]
[TD]..[/TD]
[TD]..[/TD]
[TD]..[/TD]
[TD]..[/TD]
[TD]..[/TD]
[/TR]
[TR]
[TD]..[/TD]
[TD]..[/TD]
[TD]..[/TD]
[TD]..[/TD]
[TD]..[/TD]
[TD]..[/TD]
[TD]..[/TD]
[/TR]
[TR]
[TD]..[/TD]
[TD]..[/TD]
[TD]..[/TD]
[TD]..[/TD]
[TD]..[/TD]
[TD]..[/TD]
[TD]..[/TD]
[/TR]
[TR]
[TD]100[/TD]
[TD]..[/TD]
[TD]..[/TD]
[TD]..[/TD]
[TD]..[/TD]
[TD]..[/TD]
[TD]..[/TD]
[/TR]
</tbody>[/TABLE]
What I need to be able to do is have one cell in a summary page that sum the following up:
What I need is a single formula for Type 1 price per sheet, so I need to do is:
multiple the quantity * the unit price *the currency (which needs to be looked up in another sheet),
then give me a sum for the complete sheet for Type 1 price in a single cell on a summary page, then the same for Type 2 and Type 3
so something like (but not) this:
Sumproduct=((AK20:AK100),AC20:AC100),Vlookup(AB20:AB100,'LOOKUPSHEET'!A1:B40,2,FALSE))
I hope this makes sense, If I have missed anything out please let me know.
Thanks,
Justin