+ Reply to Thread
Results 1 to 2 of 2

how to create a list that will depend on the sheet

  1. #1
    Registered User
    Join Date
    04-16-2012
    Location
    Vancouver
    MS-Off Ver
    Excel 2003
    Posts
    18

    how to create a list that will depend on the sheet

    Hi I would like to create a list depending on the sheet I choose.


    For exemple I have the sheet name on colomn 1 and I want to automatically chose a list cell A1 to A999 on the sheet selecte on colomn 1

    How can I do that?

    Thank you

  2. #2
    Valued Forum Contributor
    Join Date
    03-16-2012
    Location
    Aarhus, Denmark
    MS-Off Ver
    Excel 2007
    Posts
    992

    Re: how to create a list that will depend on the sheet

    It sounds like you could use =INDIRECT(). If you have the sheetname in A1, then:

    =INDIRECT("'"&$A$1&"'!"&ADDRESS(COUNTBLANK($A$1:A1)+1,1)) and copy down.
    Sincerely
    S?ren Larsen

    "Give a man a fish, and you'll feed him for a day. Give a man a fishing rod, and he'll steal your yacht!"

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1