Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
I want to pull a number from a particular cell and then use that to create a cell reference for the cell in row Q and the column of that number, and look up that cell in a different sheet.
For example, let's say Sheet 1, cell K1 contains the number 72. I want =formula to return the contents of Sheet 2, cell Q72. So how do I write this formula? :-) |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
Am Wed, 8 May 2013 17:00:05 +0100 schrieb szwanger: I want to pull a number from a particular cell and then use that to create a cell reference for the cell in row Q and the column of that number, and look up that cell in a different sheet. For example, let's say Sheet 1, cell K1 contains the number 72. I want =formula to return the contents of Sheet 2, cell Q72. try: =INDIRECT("Sheet2!Q"&K1) Regards Claus Busch -- Win XP PRof SP2 / Vista Ultimate SP2 Office 2003 SP2 /2007 Ultimate SP2 |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
You have your answer from Claus but I will stick my nose in to say
there is no "row Q" in Excel. Rows are numbered and columns are generally lettered. If you don't learn that difference you will have trouble with Excel formulas. Gord On Wed, 8 May 2013 17:00:05 +0100, szwanger wrote: I want to pull a number from a particular cell and then use that to create a cell reference for the cell in row Q and the column of that number, and look up that cell in a different sheet. For example, let's say Sheet 1, cell K1 contains the number 72. I want =formula to return the contents of Sheet 2, cell Q72. So how do I write this formula? :-) |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
converting a 4 figure number to time in active cell | New Users to Excel | |||
Page number reference in a cell | Excel Programming | |||
Converting text to cell reference and column letters to numbers -please help | Excel Worksheet Functions | |||
Converting data in General Format cell to a number | Excel Discussion (Misc queries) | |||
Converting column & row numbers to a cell reference | Excel Worksheet Functions |