![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
New Member
Join Date: Feb 2002
Location: Houston, TX
Posts: 14
|
I have a column of cells which are range names. I am trying to run an intersect routine. I want the Intersect formula to "read" the contents of the range name cells, to populate the formula. Any ideas?
|
|
|
|
|
|
#2 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Austin, Texas USA
Posts: 11,654
|
=INDIRECT(A1) where A1 contains a text representation of a defined range name. BTW the formula, =INDIRECT("range1") INDIRECT("range2"), will return the intersection value(s) of defined names 'range1' and 'range2'.
[ This Message was edited by: Mark W. on 2002-02-21 12:46 ] |
|
|
|
|
|
#3 |
|
New Member
Join Date: Feb 2002
Location: Houston, TX
Posts: 14
|
WOOHOO! Thanks. Works great.
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|