Hi,
I have spreadsheet that is about 1000 rows and I am trying to matched the rows. Here is examples of what I am trying to get. The amounts are sorted in ascending order. If amount matches, than I would want formulae to insert "Matched" otherwise "Not Matched". I tried using IF(A1=A2,"Matched", "Not Matched"), it works in few cases but because there is no pattern and I am not getting correct results. I could have 2 matched rows and then maybe next 3 rows that will not match. I tried Vlookup without any luck. Below is my desired result
Amount Matched/Not Matched
10.00 Matched
10.00 Matched
20.00 Not Matched
30.00 Not Matched
40.00 Matched
40.00 Matched
50.00 Not matched
60.00 Not Matched
70.00 Not Matched
80.00 Matched
80.00 Matched
90.00 Matched
90.00 Matched
100.00 Not Matched
110.00 Not Matched
120.00 Not Matched
130.00 Not Matched
140.00 Matched
140.00 Matched
I have spreadsheet that is about 1000 rows and I am trying to matched the rows. Here is examples of what I am trying to get. The amounts are sorted in ascending order. If amount matches, than I would want formulae to insert "Matched" otherwise "Not Matched". I tried using IF(A1=A2,"Matched", "Not Matched"), it works in few cases but because there is no pattern and I am not getting correct results. I could have 2 matched rows and then maybe next 3 rows that will not match. I tried Vlookup without any luck. Below is my desired result
Amount Matched/Not Matched
10.00 Matched
10.00 Matched
20.00 Not Matched
30.00 Not Matched
40.00 Matched
40.00 Matched
50.00 Not matched
60.00 Not Matched
70.00 Not Matched
80.00 Matched
80.00 Matched
90.00 Matched
90.00 Matched
100.00 Not Matched
110.00 Not Matched
120.00 Not Matched
130.00 Not Matched
140.00 Matched
140.00 Matched