Hi All,
I am trying to get data for comparision from two different sheets and then calculate the difference based off of there X and Y coordinates. Here is the example: I want to lookup (0,2) value on both lists. Now I cannot combine the lists and list one has all the values and list two has a limited number of values. I want to lookup and then compair the values from list two to list one.
(Sheet 1)
X Y Diameter
1 0 0.5
1 2 0.45
0 2 0.2 *
(Sheet 2)
X Y Diameter
2 0 0.5
3 2 0.45
0 2 0.1 *
Output (sheet 3)
X Y Diameter 1 Diameter 2 Diference
0 2 0.2 0.1 (alreay have this)
Thank you in advance. Please note that the coordinates must match 100% for this to be correct.
Mike
I am trying to get data for comparision from two different sheets and then calculate the difference based off of there X and Y coordinates. Here is the example: I want to lookup (0,2) value on both lists. Now I cannot combine the lists and list one has all the values and list two has a limited number of values. I want to lookup and then compair the values from list two to list one.
(Sheet 1)
X Y Diameter
1 0 0.5
1 2 0.45
0 2 0.2 *
(Sheet 2)
X Y Diameter
2 0 0.5
3 2 0.45
0 2 0.1 *
Output (sheet 3)
X Y Diameter 1 Diameter 2 Diference
0 2 0.2 0.1 (alreay have this)
Thank you in advance. Please note that the coordinates must match 100% for this to be correct.
Mike