Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 22
Default 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.

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,272
Default 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.



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 22
Default intersection of named ranges

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

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 22
Default intersection of named ranges

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

  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,092
Default 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.





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
I NEED A FUNCTION TO FIND IF THERE IS AN INTERSECTION BETWEEN 2 DATE RANGES MissSara Excel Worksheet Functions 10 September 7th 05 09:40 PM
I NEED A FUNCTION TO FIND IF THERE IS AN INTERSECTION BETWEEN 2 DATE RANGES MissSara Excel Programming 10 September 7th 05 09:40 PM
Like 123, allow named ranges, and print named ranges WP Excel Discussion (Misc queries) 1 April 8th 05 06:07 PM
Use intersection of column and TWO ranges in formula? Ed Excel Programming 2 January 12th 05 02:39 PM
named ranges - changing ranges with month selected gr8guy Excel Programming 2 May 28th 04 04:50 AM


All times are GMT +1. The time now is 10:12 PM.

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"