Help with formula to find matching coordinate values, make new list

Slewis

New Member
Joined
Jan 19, 2018
Messages
1
I have two lists of coordinates, X,Y,Z. One list is significantly longer than the other as has additional non matching X,Y values. The Z values are purposely different. At the end of the day I want to compare the different Z values between matching X,Y coordinates

What I want to do is find the matching coordinates X,Y and create a new list of only the matching X,Y, values but keeping the different Z values.

[TABLE="width: 592"]
<colgroup><col width="72" style="width: 54pt;" span="3"> <col width="33" style="width: 25pt; mso-width-source: userset; mso-width-alt: 1056;"> <col width="72" style="width: 54pt;" span="3"> <col width="36" style="width: 27pt; mso-width-source: userset; mso-width-alt: 1152;"> <col width="72" style="width: 54pt;" span="4"> <tbody>[TR]
[TD="width: 72, bgcolor: transparent"]Coords1[/TD]
[TD="width: 72, bgcolor: transparent"][/TD]
[TD="width: 72, bgcolor: transparent"][/TD]
[TD="width: 33, bgcolor: transparent"][/TD]
[TD="width: 72, bgcolor: transparent"]Coords2[/TD]
[TD="width: 72, bgcolor: transparent"][/TD]
[TD="width: 72, bgcolor: transparent"][/TD]
[TD="width: 36, bgcolor: transparent"][/TD]
[TD="width: 72, bgcolor: transparent"]New List[/TD]
[TD="width: 72, bgcolor: transparent"][/TD]
[TD="width: 72, bgcolor: transparent"][/TD]
[TD="width: 72, bgcolor: transparent"][/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]X[/TD]
[TD="bgcolor: transparent"]Y[/TD]
[TD="bgcolor: transparent"]Z[/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"]X[/TD]
[TD="bgcolor: transparent"]Y[/TD]
[TD="bgcolor: transparent"]Z[/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"]X[/TD]
[TD="bgcolor: transparent"]Y[/TD]
[TD="bgcolor: transparent"]Z1[/TD]
[TD="bgcolor: transparent"]Z2[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent, align: right"]-0.875[/TD]
[TD="bgcolor: transparent, align: right"]0.25[/TD]
[TD="bgcolor: transparent, align: right"]0.0092[/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent, align: right"]-0.875[/TD]
[TD="bgcolor: transparent, align: right"]0.25[/TD]
[TD="bgcolor: transparent, align: right"]0.0127[/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent, align: right"]-0.875[/TD]
[TD="bgcolor: transparent, align: right"]0.25[/TD]
[TD="bgcolor: transparent, align: right"]0.0092[/TD]
[TD="bgcolor: transparent, align: right"]0.0127[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent, align: right"]-0.875[/TD]
[TD="bgcolor: transparent, align: right"]0.375[/TD]
[TD="bgcolor: transparent, align: right"]0.0076[/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent, align: right"]500[/TD]
[TD="bgcolor: transparent, align: right"]200[/TD]
[TD="bgcolor: transparent, align: right"]0.002[/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent, align: right"]-0.875[/TD]
[TD="bgcolor: transparent, align: right"]0.375[/TD]
[TD="bgcolor: transparent, align: right"]0.0076[/TD]
[TD="bgcolor: transparent, align: right"]0.0191[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent, align: right"]-0.875[/TD]
[TD="bgcolor: transparent, align: right"]0.5[/TD]
[TD="bgcolor: transparent, align: right"]0.0165[/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent, align: right"]300[/TD]
[TD="bgcolor: transparent, align: right"]100[/TD]
[TD="bgcolor: transparent, align: right"]0.05[/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent, align: right"]-0.875[/TD]
[TD="bgcolor: transparent, align: right"]0.5[/TD]
[TD="bgcolor: transparent, align: right"]0.0165[/TD]
[TD="bgcolor: transparent, align: right"]0.0172[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent, align: right"]-0.875[/TD]
[TD="bgcolor: transparent, align: right"]0.375[/TD]
[TD="bgcolor: transparent, align: right"]0.0191[/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent, align: right"]-0.875[/TD]
[TD="bgcolor: transparent, align: right"]0.5[/TD]
[TD="bgcolor: transparent, align: right"]0.0172[/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[/TR]
</tbody>[/TABLE]
 

Excel Facts

Difference between two dates
Secret function! Use =DATEDIF(A2,B2,"Y")&" years"&=DATEDIF(A2,B2,"YM")&" months"&=DATEDIF(A2,B2,"MD")&" days"
If that is the case, you only need to repeat Coords1 in columns I:K and add this in column L:
Code:
=IFERROR(INDEX($G$3:$G$10,MATCH($I3&"¬"&$J3,INDEX($E$3:$E$10&"¬"&$F$3:$F$10,),0)),"-")
If not, it may be worth providing some further explanation of the content of your lists.
 
Last edited:
Upvote 0

Forum statistics

Threads
1,223,893
Messages
6,175,240
Members
452,621
Latest member
Laura_PinksBTHFT

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