Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Sheet1 A1 shows: =Sheet2!D40
What Im trying to do is: Offset (Sheet2!D40,-15,0) I want to do this on Sheet 1 off of cell A1: Offset (Cell referenced in cell A1,-15, 0). Is this possible? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Have a look in the help index for INDIRECT
-- Don Guillett SalesAid Software "Caledonia" wrote in message ... Sheet1 A1 shows: =Sheet2!D40 What I'm trying to do is: Offset (Sheet2!D40,-15,0) I want to do this on Sheet 1 off of cell A1: Offset (Cell referenced in cell A1,-15, 0). Is this possible? |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thanks, Don
I had tried Indirect but it returns #REF. "Don Guillett" wrote: Have a look in the help index for INDIRECT -- Don Guillett SalesAid Software "Caledonia" wrote in message ... Sheet1 A1 shows: =Sheet2!D40 What I'm trying to do is: Offset (Sheet2!D40,-15,0) I want to do this on Sheet 1 off of cell A1: Offset (Cell referenced in cell A1,-15, 0). Is this possible? |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I did -- I get #REF! I tried it with different rows -- not working! If I
put A1 in quotes, it works but it's pulling the data from Sheet!1 A1, not from Sheet!2 D40. "Don Guillett" wrote: try =OFFSET(INDIRECT(a1),-15,0) -- Don Guillett SalesAid Software "Caledonia" wrote in message ... Thanks, Don I had tried Indirect but it returns #REF. "Don Guillett" wrote: Have a look in the help index for INDIRECT -- Don Guillett SalesAid Software "Caledonia" wrote in message ... Sheet1 A1 shows: =Sheet2!D40 What I'm trying to do is: Offset (Sheet2!D40,-15,0) I want to do this on Sheet 1 off of cell A1: Offset (Cell referenced in cell A1,-15, 0). Is this possible? |
#6
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
For Indirect() to work you have to a have a text value that looks like a cell
address or a range address. Thus, if cell A1 contains =Sheet2!D40, you are simply referencing that cell. A1 *should* read: Sheet2!D40 Now you can use =Offset(Indirect(A1),-15,1) "Caledonia" wrote: I did -- I get #REF! I tried it with different rows -- not working! If I put A1 in quotes, it works but it's pulling the data from Sheet!1 A1, not from Sheet!2 D40. "Don Guillett" wrote: try =OFFSET(INDIRECT(a1),-15,0) -- Don Guillett SalesAid Software "Caledonia" wrote in message ... Thanks, Don I had tried Indirect but it returns #REF. "Don Guillett" wrote: Have a look in the help index for INDIRECT -- Don Guillett SalesAid Software "Caledonia" wrote in message ... Sheet1 A1 shows: =Sheet2!D40 What I'm trying to do is: Offset (Sheet2!D40,-15,0) I want to do this on Sheet 1 off of cell A1: Offset (Cell referenced in cell A1,-15, 0). Is this possible? |
#7
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
spaces?
=OFFSET(INDIRECT(TRIM(a1)),-15,0) -- Don Guillett SalesAid Software "Caledonia" wrote in message ... I did -- I get #REF! I tried it with different rows -- not working! If I put A1 in quotes, it works but it's pulling the data from Sheet!1 A1, not from Sheet!2 D40. "Don Guillett" wrote: try =OFFSET(INDIRECT(a1),-15,0) -- Don Guillett SalesAid Software "Caledonia" wrote in message ... Thanks, Don I had tried Indirect but it returns #REF. "Don Guillett" wrote: Have a look in the help index for INDIRECT -- Don Guillett SalesAid Software "Caledonia" wrote in message ... Sheet1 A1 shows: =Sheet2!D40 What I'm trying to do is: Offset (Sheet2!D40,-15,0) I want to do this on Sheet 1 off of cell A1: Offset (Cell referenced in cell A1,-15, 0). Is this possible? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Offset to a referenced cell | Excel Discussion (Misc queries) | |||
Offset to a referenced cell | Excel Discussion (Misc queries) | |||
need value from referenced cell | Excel Worksheet Functions | |||
The absolute referenced cell does not move when source cell moves | Excel Worksheet Functions | |||
How do I double click a cell and jump to cell's referenced cell | Excel Discussion (Misc queries) |