Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / New Users / June 2006

Tip: Looking for answers? Try searching our database.

Dynamic Range

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
rjameel67@hotmail.com - 08 Jun 2006 05:26 GMT
Hi All,

I have the following two dynamic ranges

=OFFSET(PBR!$A$1,0,0,COUNTA(PBR!$A:$A),1)
=OFFSET(PBR!$A$1,0,0,COUNTA(PBR!$A:$A),2)
Note: there will be two ranges
namecount & namelist

The formula which would be using the above range is
=IF(MAX(namecount)<ROW(1:1),"",VLOOKUP(ROW(1:1),namelist,2))

Big question!!!, can I join these ranges together in to one statement.
if so than how ???

Thansks,

Rashid
Biff - 08 Jun 2006 06:10 GMT
Hi!

If I follow what you want:

Named range: List
Refers to: =OFFSET(PBR!$A$1:$B$1,,,COUNTA(PBR!$A:$A))

Then:

=IF(MAX(INDEX(List,,1))<ROW(1:1),"",VLOOKUP(ROW(1:1),List,2))

If you are drag copying down this is a little more robust:

=IF(MAX(INDEX(List,,1))<ROWS($1:1),"",VLOOKUP(ROWS($1:1),List,2))

Biff

> Hi All,
>
[quoted text clipped - 14 lines]
>
> Rashid
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.