ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   intersection of named ranges (https://www.excelbanter.com/excel-programming/348252-intersection-named-ranges.html)

Dave B[_9_]

intersection of named ranges
 
My worksheet has several named rows (e.g. "Wins", "Losses", etc). If I
were to name the columns as well (e.g. "Year1999", "Year2005", etc),
could I use the named ranges in a formula to get, say, wins for year
2002? Something like ... =INTERSECTION(WINS,Year1999). Is there a
built-in formula (or combination of fuormulas) in Excel 2000 that will
do this?

If not, can I at least use the named rows in my formulas ... e.g.
something like =Cells(Wins, "C") ?

I'd like to do this using built-in functions, although if I have to
I'll use a custom function. Thanks.


Bob Phillips[_6_]

intersection of named ranges
 
=WINS Year1999

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Dave B" wrote in message
oups.com...
My worksheet has several named rows (e.g. "Wins", "Losses", etc). If I
were to name the columns as well (e.g. "Year1999", "Year2005", etc),
could I use the named ranges in a formula to get, say, wins for year
2002? Something like ... =INTERSECTION(WINS,Year1999). Is there a
built-in formula (or combination of fuormulas) in Excel 2000 that will
do this?

If not, can I at least use the named rows in my formulas ... e.g.
something like =Cells(Wins, "C") ?

I'd like to do this using built-in functions, although if I have to
I'll use a custom function. Thanks.




Dave B[_9_]

intersection of named ranges
 
Thanks. What about using just the row name? (For pasting the formula
across all the columns) e.g. =WINS ThisColumn


Dave B[_9_]

intersection of named ranges
 
Sorry to bother. =WINS does it (Excel automatically uses the current
column ... how nice)


Mike Fogleman

intersection of named ranges
 
A cell formula like:
=INDEX(year1999,ROW(Wins),0)

Mike F
"Dave B" wrote in message
oups.com...
My worksheet has several named rows (e.g. "Wins", "Losses", etc). If I
were to name the columns as well (e.g. "Year1999", "Year2005", etc),
could I use the named ranges in a formula to get, say, wins for year
2002? Something like ... =INTERSECTION(WINS,Year1999). Is there a
built-in formula (or combination of fuormulas) in Excel 2000 that will
do this?

If not, can I at least use the named rows in my formulas ... e.g.
something like =Cells(Wins, "C") ?

I'd like to do this using built-in functions, although if I have to
I'll use a custom function. Thanks.





All times are GMT +1. The time now is 07:47 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com