+ Reply to Thread
Results 1 to 4 of 4

Way to make drop-down lists dragable?

  1. #1
    Registered User
    Join Date
    04-18-2014
    Location
    Nowhere
    MS-Off Ver
    Excel 2010
    Posts
    11

    Way to make drop-down lists dragable?

    Hi,

    I have an Excel program sheet that uses user inputs and drop down lists to define the branch being examined.

    Branch Pressure Drop.xlsx

    There are three drop down list - Pipe Material, Size, and Schedule.
    The problem I'm having is with the Data Validation of the Piping Size and Schedule lists.

    Right now, I have three branches as a default. If I wanted to create more, I'd highlight those columns, and then drag to the right. This works for all of the in-cell formulas being used, but the drop down list reference cells do not drag over.

    Example -
    The Data Validation for I10 (Branch 3 Schedule) is "=INDIRECT(VLOOKUP($I$8, PipeList, 3, FALSE))"
    If I highlighted those columns, and dragged to the right to create a new branch, that drop down list would still reference I8 instead of K8.

    Is there a way to remedy this?


    Thanks!

  2. #2
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: Way to make drop-down lists dragable?

    not quite sure if this is the result, but you could give it a try.

    I deleted the $ in the formula (marked as red).

    "=INDIRECT(VLOOKUP(I$8, PipeList, 3, FALSE))"
    Notice my main language is not English.

    I appreciate it, if you reply on my solution.

    If you are satisfied with the solution, please mark the question solved.

    You can add reputation by clicking on the star * add reputation.

  3. #3
    Registered User
    Join Date
    04-18-2014
    Location
    Nowhere
    MS-Off Ver
    Excel 2010
    Posts
    11

    Re: Way to make drop-down lists dragable?

    Ugh! That was a simple fix.
    I thought the $X$8 just signified a cell? What exactly does the $ denote?

  4. #4
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: Way to make drop-down lists dragable?

    Thanks for the reply.

    Glad I could help.

    $A$1

    The first $ (before the A) holds the colums in A.

    The second $ (before the 1) holds the row in 1.


    $A$1 and copy to the right gives the result $A$1 and $A$1 (it won't change the column and won't change the rows)

    A$1 and copy to the right gives the result B$1 and C$1

    A$1 and copy below gives the result A$1 and A$1 (it won't change the row)

    a1 and copy below gives the result a2 and a3 (it will change the row)

    Hope I explainde well enough.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 5
    Last Post: 12-09-2012, 04:27 PM
  2. Drop Down Lists: how to make source from different worksheet
    By HarvardMajesty in forum Excel General
    Replies: 3
    Last Post: 05-15-2009, 04:39 PM
  3. Lists, how to make drop-down lists optional
    By HarvardMajesty in forum Excel General
    Replies: 2
    Last Post: 05-13-2009, 10:23 AM
  4. [SOLVED] Drop down lists are displaying end of list, how to make it top?
    By Debra Dalgleish in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 09-06-2005, 07:05 AM
  5. [SOLVED] Drop down lists are displaying end of list, how to make it top?
    By LynnSouthan in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-05-2005, 10:05 PM

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