LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,600
Default Using Indirect Function to Intersect 2 Named Ranges

Actually, seems even the Sum is not necessary. Surprisingly this works for
me -

=indirect(cell 1) indirect(cell 2)

In my test, cell 1 is D4 and cell D5, containing the row and column names
as text respectively

=INDIRECT(D4) INDIRECT(D5)
or maybe
=(INDIRECT(D4) INDIRECT(D5))

Regards,
Peter T

"Hokievandal" wrote in message
...
Peter - I posted this on the Functions forum and got another workaround.
= sum(indirect(cell 1) indirect(cell 2))


"Peter T" wrote:

Hi Ryan,

I replicate your problem, in the absence of anything better try this
workaround

=OFFSET(Sheet1!A1,ROW(INDIRECT(A10))-1,COLUMN(INDIRECT(A11))-1)

The named ranges are on sheet1, A10 & A11 contain the names of your

named
ranges, effectively your "Cells 1 & 2"
The formula is not on Sheet1, A10 & A11 are on same sheet as the formula

Regards,
Peter T

"Hokievandal" wrote in message
...
I've got one sheet with named rows & columns. For example row4 is a

named
range "Area4" and column C is a named range "Beans". On a seperate

worksheet
if I type in;
=Area4 Beans
then I get the intersecting number of beans but if i have two cell

with
Cell 1 - Area4
Cell 2 - Beans
and type in another cell;
=Indirect(Cell 1 & " " & Cell 2)
all I get is the corresponding value from Area4 that matches the

column I
typed the Indirect function into instead of column C ("Beans") on the

other
worksheet.

Any Help would be great!

Thanks,
Ryan








 
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 function to reference a named range iperlovsky Excel Worksheet Functions 2 November 6th 09 06:09 AM
Name of named formula used in an INDIRECT function Werner Rohrmoser Excel Worksheet Functions 4 August 21st 08 11:19 AM
Using Indirect with Named Ranges Hokievandal Excel Worksheet Functions 4 August 28th 07 08:58 PM
INDIRECT and Named Ranges referencing closed workbook gpie Excel Worksheet Functions 9 October 6th 05 11:24 PM
referencing named formula using INDIRECT function [email protected] Excel Worksheet Functions 19 May 11th 05 09:48 AM


All times are GMT +1. The time now is 09:45 AM.

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

About Us

"It's about Microsoft Excel"