#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Finding Data

I have a column of data and want to be able to find what cell a number is in

for example
2614
2713
2818

I want to search for 2713 and excel tell me it is in cell A2, but with a
large number of search items. Instead of using the find function over and
over.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,104
Default Finding Data

I put some numbers in A8:A40
In C8 I entered one of these numbers
In D8 I used =ADDRESS(MATCH(C8,A8:A40,0)+ROW(A8)-1,COLUMN(A8),4)
This tells me the reference of the cell holding the same value as in C8
See Help for more info on ADDRESS
(Odd how MS always talks about cell 'references' but this function has the
name 'address' !)
If your data is in some other range change A8:A40 to reflect this, change A8
to the reference of the first cell holding the data

best wishes
--
Bernard V Liengme
Microsoft Excel MVP
http://people.stfx.ca/bliengme
remove caps from email

"Tabatha" <Tabatha @discussions.microsoft.com wrote in message
...
I have a column of data and want to be able to find what cell a number is
in

for example
2614
2713
2818

I want to search for 2713 and excel tell me it is in cell A2, but with a
large number of search items. Instead of using the find function over and
over.



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default Finding Data

Should this work if I have a formula in the column that i am searching for
the data in. I can get it to work on a smaller scale but in my big
spreadsheet I keep getting #N/A so I was wonding if formatting was part of my
problem. Thanks

"Bernard Liengme" wrote:

I put some numbers in A8:A40
In C8 I entered one of these numbers
In D8 I used =ADDRESS(MATCH(C8,A8:A40,0)+ROW(A8)-1,COLUMN(A8),4)
This tells me the reference of the cell holding the same value as in C8
See Help for more info on ADDRESS
(Odd how MS always talks about cell 'references' but this function has the
name 'address' !)
If your data is in some other range change A8:A40 to reflect this, change A8
to the reference of the first cell holding the data

best wishes
--
Bernard V Liengme
Microsoft Excel MVP
http://people.stfx.ca/bliengme
remove caps from email

"Tabatha" <Tabatha @discussions.microsoft.com wrote in message
...
I have a column of data and want to be able to find what cell a number is
in

for example
2614
2713
2818

I want to search for 2713 and excel tell me it is in cell A2, but with a
large number of search items. Instead of using the find function over and
over.




  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,104
Default Finding Data

I have just changed my column of numbers to formulas and the formula I gave
you still works.
Want to send me a file (remove TRUENORTH.) ?
best wishes
--
Bernard V Liengme
Microsoft Excel MVP
http://people.stfx.ca/bliengme
remove caps from email

"Tabatha" wrote in message
...
Should this work if I have a formula in the column that i am searching for
the data in. I can get it to work on a smaller scale but in my big
spreadsheet I keep getting #N/A so I was wonding if formatting was part of
my
problem. Thanks

"Bernard Liengme" wrote:

I put some numbers in A8:A40
In C8 I entered one of these numbers
In D8 I used =ADDRESS(MATCH(C8,A8:A40,0)+ROW(A8)-1,COLUMN(A8),4)
This tells me the reference of the cell holding the same value as in C8
See Help for more info on ADDRESS
(Odd how MS always talks about cell 'references' but this function has
the
name 'address' !)
If your data is in some other range change A8:A40 to reflect this, change
A8
to the reference of the first cell holding the data

best wishes
--
Bernard V Liengme
Microsoft Excel MVP
http://people.stfx.ca/bliengme
remove caps from email

"Tabatha" <Tabatha @discussions.microsoft.com wrote in message
...
I have a column of data and want to be able to find what cell a number
is
in

for example
2614
2713
2818

I want to search for 2713 and excel tell me it is in cell A2, but with
a
large number of search items. Instead of using the find function over
and
over.






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
finding data in the same sheet Barry Excel Discussion (Misc queries) 1 February 9th 09 11:05 PM
Finding data Finder2000 Excel Discussion (Misc queries) 1 August 8th 06 07:34 PM
finding cells with data within a row... Richard Walker Excel Worksheet Functions 5 February 16th 06 02:57 PM
Finding max row containing data... Dan Excel Discussion (Misc queries) 5 November 26th 05 09:33 PM
finding data SheriTingle Excel Worksheet Functions 2 July 12th 05 08:23 PM


All times are GMT +1. The time now is 04:55 PM.

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"