#1   Report Post  
stephen.reading100
 
Posts: n/a
Default INDIRECT syntax?

I am trying to reference a cell in another sheet, with values from 2 cells.
I can reference a cell with just the row data from another cell.
INDIRECT("SHEET1!A" & O4)
But if I want to reference a cell using both row and column data from other
cells? Something like this, but this doesn't work.
INDIRECT("Sheet1!R4 & O4") I've tried messing with the symbols all over the
place. I'm completely lost.
On top of that what do all these symbols in Indirect mean.
!
"
&
'
any help appreciated.


  #2   Report Post  
General
 
Posts: n/a
Default

Try this sir:
Indirect("SHEET1!A")+indirect(O4)
to get the idea.


"stephen.reading100" wrote:

I am trying to reference a cell in another sheet, with values from 2 cells.
I can reference a cell with just the row data from another cell.
INDIRECT("SHEET1!A" & O4)
But if I want to reference a cell using both row and column data from other
cells? Something like this, but this doesn't work.
INDIRECT("Sheet1!R4 & O4") I've tried messing with the symbols all over the
place. I'm completely lost.
On top of that what do all these symbols in Indirect mean.
!
"
&
'
any help appreciated.



  #3   Report Post  
Harlan Grove
 
Posts: n/a
Default

General wrote...
Try this sir:
Indirect("SHEET1!A")+indirect(O4)
to get the idea.

....

What idea do you believe the expression above would convey? How to live
with error return values? Syntactically, SHEET1!A could *only* be a
worksheet-level defined name, and, semantically, only one referring to
a literal range.

"stephen.reading100" wrote...

....
I can reference a cell with just the row data from another cell.
INDIRECT("SHEET1!A" & O4)
But if I want to reference a cell using both row and column data from

other
cells? Something like this, but this doesn't work.
INDIRECT("Sheet1!R4 & O4")

....

OP should try

=INDIRECT("Sheet1!"&R4&O4)

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
indirect formula Manos Excel Worksheet Functions 0 February 16th 05 01:17 PM
is there a NON-volatile version of INDIRECT ?? spiderman Excel Discussion (Misc queries) 1 February 4th 05 04:54 PM
Indirect another wookbook tim_o_mast Excel Worksheet Functions 8 January 10th 05 07:03 PM
Vlookup Syntax Error YV New Users to Excel 9 December 23rd 04 05:28 PM
Previous Post - Correct Syntax Query Clarence Crow Excel Worksheet Functions 0 December 7th 04 05:35 AM


All times are GMT +1. The time now is 10:36 AM.

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"