+ Reply to Thread
Results 1 to 4 of 4

Creating drop down list for multiple cell ranges

  1. #1
    Aaron Saulisberry
    Guest

    Creating drop down list for multiple cell ranges

    Is there a way to create a drop-down list in cell A1 on sheet1 and pull data
    from the followin range of cells (on sheet2) and then place that data in
    different cells back on sheet1

    A B C D E
    F G
    1 R-22 B2 776SH 874.85 103.8 -0.1 90847 -87
    2 R-22 B2 779SH 876.35 103.7 -0.1 90836 -88
    3 R-22 B2 787SH 874.85 103.6 -0.1 90637 -87

    I dont know if this is possible but any help would be much appreciate.


  2. #2
    Registered User
    Join Date
    04-25-2005
    Posts
    4
    The trick to this one is to name the range on Sheet 2. In Data Validation, Excel will not allow you to choose a range outside of the current sheet. In the Data Validation dialog box type the name of the range on Sheet 2 in the Source box with an equal sign in front of it. The validation would be for the cells on Sheet 1.

    EXAMPLE:
    Defined Range Name - Fubar
    Source - =Fubar

    Good Luck!

  3. #3
    Dave Peterson
    Guest

    Re: Creating drop down list for multiple cell ranges

    It's kind of difficult to see what's going on, but if you have a unique key in
    the range on Sheet2, you could use Data|Validation to choose that unique key and
    then =vlookup() to return the additional columns.

    See Debra Dalgleish's site for tips for Data|Validation:
    http://www.contextures.com/xlDataVal01.html
    and for =vlookup():
    http://www.contextures.com/xlFunctions02.html




    Aaron Saulisberry wrote:
    >
    > Is there a way to create a drop-down list in cell A1 on sheet1 and pull data
    > from the followin range of cells (on sheet2) and then place that data in
    > different cells back on sheet1
    >
    > A B C D E
    > F G
    > 1 R-22 B2 776SH 874.85 103.8 -0.1 90847 -87
    > 2 R-22 B2 779SH 876.35 103.7 -0.1 90836 -88
    > 3 R-22 B2 787SH 874.85 103.6 -0.1 90637 -87
    >
    > I dont know if this is possible but any help would be much appreciate.


    --

    Dave Peterson

  4. #4
    Aaron Saulisberry
    Guest

    Re: Creating drop down list for multiple cell ranges

    Thank you very much Dave... all is working fantastic now!

    "Dave Peterson" wrote:

    > It's kind of difficult to see what's going on, but if you have a unique key in
    > the range on Sheet2, you could use Data|Validation to choose that unique key and
    > then =vlookup() to return the additional columns.
    >
    > See Debra Dalgleish's site for tips for Data|Validation:
    > http://www.contextures.com/xlDataVal01.html
    > and for =vlookup():
    > http://www.contextures.com/xlFunctions02.html
    >
    >
    >
    >
    > Aaron Saulisberry wrote:
    > >
    > > Is there a way to create a drop-down list in cell A1 on sheet1 and pull data
    > > from the followin range of cells (on sheet2) and then place that data in
    > > different cells back on sheet1
    > >
    > > A B C D E
    > > F G
    > > 1 R-22 B2 776SH 874.85 103.8 -0.1 90847 -87
    > > 2 R-22 B2 779SH 876.35 103.7 -0.1 90836 -88
    > > 3 R-22 B2 787SH 874.85 103.6 -0.1 90637 -87
    > >
    > > I dont know if this is possible but any help would be much appreciate.

    >
    > --
    >
    > Dave Peterson
    >


+ 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