I’m finding this very hard to get working the way I’d like to, I’ve been trying to use a combination of ADDRESS, SUBSTITUTE, MATCH and it’s all getting a bit unwieldy.
I have two data sources that I want to compare to make sure the values are the same.
One has all numerical values in a single column with a set conditions in the preceding columns. Nice and straight forward and easy to use a SUMIFS on.
The other data source has the values in a two dimensional table, with one set of conditions on the X-axis and other other on the Y-axis.
How can I pull in the values from the 2nd sheet to the first so I can check them off against each other?
e.g.
[TABLE="width: 182"]
<colgroup><col span="2"><col></colgroup><tbody>[TR]
[TD]Sheet 1[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Car Model[/TD]
[TD]Car Type[/TD]
[TD]Price[/TD]
[/TR]
[TR]
[TD]VW[/TD]
[TD]Hatchback[/TD]
[TD="align: right"]13413[/TD]
[/TR]
[TR]
[TD]VW[/TD]
[TD]Midsize[/TD]
[TD="align: right"]13534[/TD]
[/TR]
[TR]
[TD]VW[/TD]
[TD]Luxury[/TD]
[TD="align: right"]24564[/TD]
[/TR]
[TR]
[TD]VW[/TD]
[TD]MPV[/TD]
[TD="align: right"]23453[/TD]
[/TR]
[TR]
[TD]Audi[/TD]
[TD]Hatchback[/TD]
[TD="align: right"]67457[/TD]
[/TR]
[TR]
[TD]Audi[/TD]
[TD]Midsize[/TD]
[TD="align: right"]42344[/TD]
[/TR]
[TR]
[TD]Audi[/TD]
[TD]Luxury[/TD]
[TD="align: right"]24356[/TD]
[/TR]
[TR]
[TD]Audi[/TD]
[TD]MPV[/TD]
[TD="align: right"]24564[/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="width: 283"]
<colgroup><col><col><col></colgroup><tbody>[TR]
[TD]Sheet2[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD] [/TD]
[TD]VW[/TD]
[TD]Audi[/TD]
[/TR]
[TR]
[TD]Hatchback[/TD]
[TD="align: right"]13413[/TD]
[TD="align: right"]67457[/TD]
[/TR]
[TR]
[TD]Midsize[/TD]
[TD="align: right"]13534[/TD]
[TD="align: right"]42344[/TD]
[/TR]
[TR]
[TD]Luxury[/TD]
[TD="align: right"]24564[/TD]
[TD="align: right"]24356[/TD]
[/TR]
[TR]
[TD]MPV[/TD]
[TD="align: right"]23453[/TD]
[TD="align: right"]24564[/TD]
[/TR]
</tbody>[/TABLE]
I have two data sources that I want to compare to make sure the values are the same.
One has all numerical values in a single column with a set conditions in the preceding columns. Nice and straight forward and easy to use a SUMIFS on.
The other data source has the values in a two dimensional table, with one set of conditions on the X-axis and other other on the Y-axis.
How can I pull in the values from the 2nd sheet to the first so I can check them off against each other?
e.g.
[TABLE="width: 182"]
<colgroup><col span="2"><col></colgroup><tbody>[TR]
[TD]Sheet 1[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Car Model[/TD]
[TD]Car Type[/TD]
[TD]Price[/TD]
[/TR]
[TR]
[TD]VW[/TD]
[TD]Hatchback[/TD]
[TD="align: right"]13413[/TD]
[/TR]
[TR]
[TD]VW[/TD]
[TD]Midsize[/TD]
[TD="align: right"]13534[/TD]
[/TR]
[TR]
[TD]VW[/TD]
[TD]Luxury[/TD]
[TD="align: right"]24564[/TD]
[/TR]
[TR]
[TD]VW[/TD]
[TD]MPV[/TD]
[TD="align: right"]23453[/TD]
[/TR]
[TR]
[TD]Audi[/TD]
[TD]Hatchback[/TD]
[TD="align: right"]67457[/TD]
[/TR]
[TR]
[TD]Audi[/TD]
[TD]Midsize[/TD]
[TD="align: right"]42344[/TD]
[/TR]
[TR]
[TD]Audi[/TD]
[TD]Luxury[/TD]
[TD="align: right"]24356[/TD]
[/TR]
[TR]
[TD]Audi[/TD]
[TD]MPV[/TD]
[TD="align: right"]24564[/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="width: 283"]
<colgroup><col><col><col></colgroup><tbody>[TR]
[TD]Sheet2[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD] [/TD]
[TD]VW[/TD]
[TD]Audi[/TD]
[/TR]
[TR]
[TD]Hatchback[/TD]
[TD="align: right"]13413[/TD]
[TD="align: right"]67457[/TD]
[/TR]
[TR]
[TD]Midsize[/TD]
[TD="align: right"]13534[/TD]
[TD="align: right"]42344[/TD]
[/TR]
[TR]
[TD]Luxury[/TD]
[TD="align: right"]24564[/TD]
[TD="align: right"]24356[/TD]
[/TR]
[TR]
[TD]MPV[/TD]
[TD="align: right"]23453[/TD]
[TD="align: right"]24564[/TD]
[/TR]
</tbody>[/TABLE]