confused_09
New Member
- Joined
- Aug 22, 2012
- Messages
- 4
I have a sheet where in Column A1:A1001 there is a list of numbers, similarly in column B1:B1001 there is another list of numbers. I wish to see which of the numbers in Column A are there in Column B and then have the absolute cell address / reference of these matching numbers present in column B. I used this formula in C1 (=ADDRESS(MATCH(A1,$B$1:$B$1001,0),2,1,1) )
and filled in the rest of the rows till C1001, so that i can have the cell reference of matching number in Column B in the same row as the Column A number for which i am searching the match in column B.
I am getting the cell reference in column C only for the first match, not for the subsequent matches, how can I have all the cell references where this match is occurring?
and filled in the rest of the rows till C1001, so that i can have the cell reference of matching number in Column B in the same row as the Column A number for which i am searching the match in column B.
I am getting the cell reference in column C only for the first match, not for the subsequent matches, how can I have all the cell references where this match is occurring?