Thread: Address & Match
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
ryguy7272 ryguy7272 is offline
external usenet poster
 
Posts: 2,836
Default Address & Match

I used the following simple function to get the number of items found in a
list that is imported from the web:

{=COUNT(SEARCH($A7,'Import Sheet'!$A$1:$A$65000))}
CSE-entered (thanks Max and Harlan)

Lets say there were 30 items found in the entire list. Is there a simple
way to get the cell address that corresponds to each item found? Does this
require a macro?

I am using the following now:
=ADDRESS(MATCH(A1,'Import Sheet'!$A$1:$A$65000),1)

This, however, is not the correct address! Another pair of eyes on this
would be great! What am I missing?


Thanks,
Ryan---



--
RyGuy