Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
TVC TVC is offline
external usenet poster
 
Posts: 5
Default Find cell location in a large list

I have two lists, one with 130 cells and the other with 18,000 cells. The
numbers in the shorter list are also listed in the longer list, but I need to
know the cell location number. Is there any way to do this without going to
each individual cell and using the Ctrl+F function.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,501
Default Find cell location in a large list

Hi,

Long list in column A, short list in column B, put this in C1 and drag down
as long as column B

=ADDRESS(MATCH(B1,$A$1:$A$65000,0),1)

Mike


"TVC" wrote:

I have two lists, one with 130 cells and the other with 18,000 cells. The
numbers in the shorter list are also listed in the longer list, but I need to
know the cell location number. Is there any way to do this without going to
each individual cell and using the Ctrl+F function.

  #3   Report Post  
Posted to microsoft.public.excel.misc
TVC TVC is offline
external usenet poster
 
Posts: 5
Default Find cell location in a large list

Mike,

Thanks. I get #N/A when I input the formula. Does the formula depend on
the format, number,text, etc.?

"Mike H" wrote:

Hi,

Long list in column A, short list in column B, put this in C1 and drag down
as long as column B

=ADDRESS(MATCH(B1,$A$1:$A$65000,0),1)

Mike


"TVC" wrote:

I have two lists, one with 130 cells and the other with 18,000 cells. The
numbers in the shorter list are also listed in the longer list, but I need to
know the cell location number. Is there any way to do this without going to
each individual cell and using the Ctrl+F function.

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,501
Default Find cell location in a large list

That means it isn't finding a match. If your sure there is one then to test
the data manually find a match and this would be in (say) A55 and B1

put this formula in a cell

=A55=B1

If they are really the same then this will evaluate as True, if you get
false then your data may contain rogue spaces so try this

=len(A55)=Len(b1)
if this evaluates as false then it's spaces.

Mike
"TVC" wrote:

Mike,

Thanks. I get #N/A when I input the formula. Does the formula depend on
the format, number,text, etc.?

"Mike H" wrote:

Hi,

Long list in column A, short list in column B, put this in C1 and drag down
as long as column B

=ADDRESS(MATCH(B1,$A$1:$A$65000,0),1)

Mike


"TVC" wrote:

I have two lists, one with 130 cells and the other with 18,000 cells. The
numbers in the shorter list are also listed in the longer list, but I need to
know the cell location number. Is there any way to do this without going to
each individual cell and using the Ctrl+F function.

  #5   Report Post  
Posted to microsoft.public.excel.misc
TVC TVC is offline
external usenet poster
 
Posts: 5
Default Find cell location in a large list

I was able to get the formula to work. I noticed the address result is not
correct. The address result will tell me the number is in cell a12, but
number I am looking for is really in a13. Is there something I can do to get
the exact cell number? If the number I am looking for is in the largre
column more than one time, is there a way to list all the cell numbers using
the formual you gave me?

Thanks again for your help.

"Mike H" wrote:

That means it isn't finding a match. If your sure there is one then to test
the data manually find a match and this would be in (say) A55 and B1

put this formula in a cell

=A55=B1

If they are really the same then this will evaluate as True, if you get
false then your data may contain rogue spaces so try this

=len(A55)=Len(b1)
if this evaluates as false then it's spaces.

Mike
"TVC" wrote:

Mike,

Thanks. I get #N/A when I input the formula. Does the formula depend on
the format, number,text, etc.?

"Mike H" wrote:

Hi,

Long list in column A, short list in column B, put this in C1 and drag down
as long as column B

=ADDRESS(MATCH(B1,$A$1:$A$65000,0),1)

Mike


"TVC" wrote:

I have two lists, one with 130 cells and the other with 18,000 cells. The
numbers in the shorter list are also listed in the longer list, but I need to
know the cell location number. Is there any way to do this without going to
each individual cell and using the Ctrl+F function.



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel 2000 - How to find cell location of a link to another file? WINDMILL Excel Discussion (Misc queries) 2 July 12th 07 03:46 PM
macro help for changing data (cell location) in edit find box Jim Excel Discussion (Misc queries) 1 November 10th 06 10:57 PM
How to find out the cell location Lamb Chop Excel Discussion (Misc queries) 3 September 7th 06 12:22 PM
how do search a list of numbers to find what adds up to a large # prissy Excel Discussion (Misc queries) 0 June 6th 06 02:48 AM
Find & replace a value in an unknown cell location mellowe Excel Discussion (Misc queries) 2 November 20th 05 09:17 PM


All times are GMT +1. The time now is 06:13 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"