Compare Coordinate Date

PhillipA10

New Member
Joined
Mar 11, 2022
Messages
4
Office Version
  1. 365
Platform
  1. Windows
Hello All,

I am trying to compare coordinate date from two separate sets of coordinates. Can someone please provide the formula to compare the Node Unique Name X and Y coordinates with the Column Unique Name X and Y coordinates and return the Column Unique Name (the data below the yellow highlighted cell). Any help would be greatly appreciated. Thank you!


1647007846431.png
 

Excel Facts

Which came first: VisiCalc or Lotus 1-2-3?
Dan Bricklin and Bob Frankston debuted VisiCalc in 1979 as a Visible Calculator. Lotus 1-2-3 debuted in the early 1980's, from Mitch Kapor.
Hi & welcome to MrExcel.
How about
+Fluff 1.xlsm
ABCDEFGHIJ
1
2110.2511.251512.2513.25118
3212.2513.251614.2515.25215
4314.2515.251718.2519.25316
5416.2517.251810.2511.25419
6518.2519.251916.2517.25517
Data
Cell Formulas
RangeFormula
G2:G6G2=F2+1
J2:J6J2=FILTER($E$2:$E$6,MMULT(--(VLOOKUP(I2,$A$2:$C$6,{2,3},0)=$F$2:$G$6),SEQUENCE(2,,,0)))
 
Upvote 0
Thank you for your quick response. The above formula worked great but I may have coordinate data with the same x or y values in the same column as shown in the below screenshot. If you get another chance, can you please provide the formula that would yield the results below the highlighted "Column Unique Name" column? Thank you.







1647011353343.png
 
Upvote 0
Can you please post the sample data, rather than an image.

MrExcel has a tool called “XL2BB” that lets you post samples of your data that will allow us to copy/paste it to our Excel spreadsheets, so we can work with the same copy of data that you are. Instructions on using this tool can be found here: XL2BB Add-in

Note that there is also a "Test Here” forum on this board. This is a place where you can test using this tool (or any other posting techniques that you want to test) before trying to use those tools in your actual posts.
 
Upvote 0
I've added the XL2BB Add-in. Below is the data that you requested. Thanks again!

Sample Coordinate Data.xlsx
ABCDEFGHIJ
1Node Unique NameX CoordY CoordColumn Unique NameX CoordY CoordNode Unique NameColumn Unique Name
2110.25351510.2520.25117
3255.25100.25169965218
4399651710.2535316
5499351855.25100.25419
6510.2520.25199935515
Sheet1
 
Upvote 0
Thanks for that.
How about
Excel Formula:
=FILTER($E$2:$E$6,MMULT(--(VLOOKUP(I2,$A$2:$C$6,{2,3},0)=$F$2:$G$6),SEQUENCE(2,,,0))=2)
 
Upvote 0
Solution
You're welcome & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,214,926
Messages
6,122,305
Members
449,079
Latest member
juggernaut24

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