+ Reply to Thread
Results 1 to 4 of 4

Dependent drop down lists- dynamic data range- excluding Headers

  1. #1
    Forum Contributor
    Join Date
    04-19-2013
    Location
    Yorkshire, England
    MS-Off Ver
    Excel 2010
    Posts
    297

    Dependent drop down lists- dynamic data range- excluding Headers

    I have been using the contextures guide to creating dependent drop lists based on dynamic data ranges

    (scroll to the bottom of: http://www.contextures.com/xlDataVal02.html)

    However I am having trouble being making it work with headings at the top of the dynamic data columns- OFFSET always returns a blank row at he end of the range or the drop down list fails.

    Anybody got any idea how to change the contextures guide formulas so as to be able to put headings above the dynamic data??

    Thanks in advance..

    Strud

  2. #2
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,770

    Re: Dependent drop down lists- dynamic data range- excluding Headers

    Please attach a sample workbook with expected output for giving exact solution


    If your problem is solved, then please mark the thread as SOLVED>>Above your first post>>Thread Tools>>
    Mark your thread as Solved


    If the suggestion helps you, then Click *below to Add Reputation

  3. #3
    Valued Forum Contributor ratcat's Avatar
    Join Date
    03-07-2008
    Location
    Rural NSW, Australia
    MS-Off Ver
    Vista 2007
    Posts
    1,111

    Re: Dependent drop down lists- dynamic data range- excluding Headers

    G'day

    My 2 cents worth is that you'll have to adjust your rows offset. Noted in red in example below and/or adjust your Counta starting position.

    =OFFSET(Lists!$D$1,0,0,COUNTA(Lists!$D1:$D100),1)
    Last edited by ratcat; 05-23-2013 at 07:42 AM.
    Have I made you happy ??? If yes, please make me happy by pressing the http://www.excelforum.com/images/buttons/reputation-40b.png Add Reputation button in my post.
    Please don't forget to do the same to other contributors of this forum.

    Thanks
    I don't void confusion, I create it

  4. #4
    Forum Contributor
    Join Date
    04-19-2013
    Location
    Yorkshire, England
    MS-Off Ver
    Excel 2010
    Posts
    297

    Re: Dependent drop down lists- dynamic data range- excluding Headers

    Quote Originally Posted by ratcat View Post
    G'day

    My 2 cents worth is that you'll have to adjust your rows offset. Noted in red in example below and/or adjust your Counta starting position.

    =OFFSET(Lists!$D$1,0,0,COUNTA(Lists!$D1:$D100),1)
    Apologies for the delay in getting back to you..but thanks ratcat that got it!

    Thanks for your help!

+ 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