I have a exel sheet with junction nodes on column D and entire database of junction nodes with their coordinates on F,G and H column.
i want to match the contents of column D with column F so that when a match is found it should give the junction node name along with the two coordinates.
for example :
in column D : in column F G and H
J_10 J_1 643070.955 2503771.775
J_100 J_10 642657.49 2502227.387
J_1000 J_100 642753.737 2495976.687
J_1002 J_1000 642294 2500066.007
J_1003 J_1001 641602.636 2500213.806
J_1004 J_1002 640827.384 2499931.77
J_1005 J_1003 641768.959 2499853.396
J_1006 J_1004 641527.545 2500170.47
J_1007 J_1005 641580.56 2499846.943
J_1008 J_1006 639440.498 2499605.116
J_1009 J_1007 641644.351 2499397.879
J_101 J_1008 642108.21 2499384.815
J_1010 J_1009 642023.749 2499419.741
it sholud be like
J_10 642657.49 2502227.387
J_100 642753.737 2495976.687
J_1000 642294 2500066.007
J_1002 640827.384 2499931.77
J_1003 641768.959 2499853.396
J_1004 641527.545 2500170.47
J_1005 641580.56 2499846.943
J_1006 639440.498 2499605.116
J_1007 641644.351 2499397.879
and so on.
Thanks .
Bookmarks