=IF(ISNUMBER(MATCH(A1,B:B,0)),A1,"")
Where A1 is value to match in column B.
=IF(ISNUMBER(MATCH(A1,B:B,0)),A1,"")
Where A1 is value to match in column B.
Where there is a will there are many ways.
If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner
Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.
You can even Try this code..
[ = INDIRECT(ADDRESS(MATCH(A1,$B$1:$B$6,0),2,1)) ]
where A1 is the value from Column A and
$B$1:$B$6 - Range for six values to be compared..
Alternatively you Define a Name
Range = Offset($B$1,0,0,counta($B:$B),1)
Modified version
[ INDIRECT(ADDRESS(MATCH(A1,Range,0),2,1)) ]
This would help you for an Expanding range
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks