Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
If it's not a space, return the cell contents. | Excel Worksheet Functions | |||
return a cell contents as the result of usiing "small" | Excel Worksheet Functions | |||
return most frequent objects/numbers in large worksheet? | Excel Worksheet Functions | |||
Return cell contents based on conditional lookup | Excel Worksheet Functions | |||
Formula to return cell contents based on multiple conditions | Excel Worksheet Functions |