Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default How do I return a cell contents in a large worksheet?

I am working in a large spreadsheet and need to be able to find the contents
of a particular cell. I have the row and column number but because I have to
search about 100 16 digit numbers I find scrolling to each row laborious. I
have seen a colleague type a formula in a random empty cell that returns the
contents of that cell. How do I do that?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 10,593
Default How do I return a cell contents in a large worksheet?

=INDIRECT(ADDRESS(row_num,col_num))

--
---
HTH

Bob


(there's no email, no snail mail, but somewhere should be gmail in my addy)



"dgrinsh" wrote in message
...
I am working in a large spreadsheet and need to be able to find the
contents
of a particular cell. I have the row and column number but because I have
to
search about 100 16 digit numbers I find scrolling to each row laborious.
I
have seen a colleague type a formula in a random empty cell that returns
the
contents of that cell. How do I do that?



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,389
Default How do I return a cell contents in a large worksheet?

My suggested solutions, in order:

1. Ask you colleague.
2. Use EditFind...
3. If you want the row number, use the Match function.
4. If you want the contents of the cell, use the Vlookup function.

Regards,
Fred.

"dgrinsh" wrote in message
...
I am working in a large spreadsheet and need to be able to find the
contents
of a particular cell. I have the row and column number but because I have
to
search about 100 16 digit numbers I find scrolling to each row laborious.
I
have seen a colleague type a formula in a random empty cell that returns
the
contents of that cell. How do I do that?


  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,118
Default How do I return a cell contents in a large worksheet?

Try something like this:

=INDEX(1:65536,RowNum,ColNum)

example:
A1: (a row number)
B1: (a col number)

This formula returns the value of the cell at the intersection of A1 and B1
C1: =INDEX(1:65536,A1,C1)

Is that something you can work with?
--------------------------

Regards,

Ron
Microsoft MVP (Excel)
(XL2003, Win XP)

"dgrinsh" wrote in message
...
I am working in a large spreadsheet and need to be able to find the
contents
of a particular cell. I have the row and column number but because I have
to
search about 100 16 digit numbers I find scrolling to each row laborious.
I
have seen a colleague type a formula in a random empty cell that returns
the
contents of that cell. How do I do that?




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
If it's not a space, return the cell contents. Gee... Excel Worksheet Functions 3 January 3rd 06 11:50 PM
return a cell contents as the result of usiing "small" KFEagle Excel Worksheet Functions 1 September 10th 05 08:33 PM
return most frequent objects/numbers in large worksheet? trav Excel Worksheet Functions 3 August 12th 05 11:02 AM
Return cell contents based on conditional lookup jarviscars Excel Worksheet Functions 15 August 5th 05 08:05 AM
Formula to return cell contents based on multiple conditions Bill Excel Worksheet Functions 3 January 19th 05 09:59 AM


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

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

About Us

"It's about Microsoft Excel"