+ Reply to Thread
Results 1 to 2 of 2

Drop Down Box

  1. #1
    Steve
    Guest

    Drop Down Box

    Is there a way to make multiple cells fill in based on a selection in a drop
    down box?

  2. #2
    Dave Peterson
    Guest

    Re: Drop Down Box

    Maybe creating a table that has the values in the leftmost column and the values
    to be retrieved in the 2nd through nth column.

    Then you could use =vlookup()

    =if(a1="","",vlookup(a1,sheet2!a:e,2,false))

    You may want to read Debra Dalgleish's notes:
    http://www.contextures.com/xlFunctions02.html

    Steve wrote:
    >
    > Is there a way to make multiple cells fill in based on a selection in a drop
    > down box?


    --

    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