+ Reply to Thread
Results 1 to 4 of 4

drop down list

  1. #1
    JKarchner
    Guest

    drop down list

    I am trying to create a drop down list that references another workbook. I
    found the instructions on how to do this in the Excel help guide. However,
    when i follow the directions to do so, i receive an error that says you
    cannot reference another workbook when validating data. can anyone help me
    with this?

  2. #2
    Forum Contributor
    Join Date
    07-13-2006
    Posts
    400
    under data validation choose list
    a formula similar to this will work:

    =INDIRECT("[Book3]Sheet1!$A$1:$A$19")


    *Edit* It seems like you need to keep the workbook you're referencing open. I'm not sure if it's possible otherwise because of updating issues and whatnot
    Last edited by MDubbelboer; 07-21-2006 at 11:49 AM.

  3. #3
    JKarchner
    Guest

    Re: drop down list

    there isnt a way to do it without having to have the other file open is there?

    "MDubbelboer" wrote:

    >
    > under data validation choose list
    > a formula similar to this will work:
    >
    > =INDIRECT("[Book3]Sheet1!$A$1:$A$19")
    >
    >
    > --
    > MDubbelboer
    > ------------------------------------------------------------------------
    > MDubbelboer's Profile: http://www.excelforum.com/member.php...o&userid=36330
    > View this thread: http://www.excelforum.com/showthread...hreadid=563757
    >
    >


  4. #4
    Forum Contributor
    Join Date
    07-13-2006
    Posts
    400
    not that I know of. you can create a macro to open the second sheet and hide it as the first is opened, but that would involve the user having to enable macros everytime they opened the sheet.

+ 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