+ Reply to Thread
Results 1 to 2 of 2

Drop down lists/Named ranges

  1. #1
    Registered User
    Join Date
    07-06-2009
    Location
    London, England
    MS-Off Ver
    Excel 2003
    Posts
    14

    Drop down lists/Named ranges

    Hi

    I have a worksheet called Assessments where the user can select an area using a dropdown list. Then In the column 'School' I would like the schools for the area to be displayed. I know I can do this using =INDIRECT($C$2) and use named ranges. However I have another worksheet 'Totals - New Clients' where I would like all of the schools displayed in E8:E19 based on the selection of the area.

    It is the second part I cannot do. Previously for both worksheets I would use a columns L,N & P in worksheet 'Assessments'. However that was using nested if statements and I want to increase the number of areas.

    Please see attachment and any help is appreciated.

    Thanks

    Nik
    Attached Files Attached Files
    Last edited by creed1101; 09-13-2011 at 08:29 AM.

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Drop down lists/Named ranges

    Try this.

    In E21 of Totals-New Clients, change formula to:

    =IF(C2="","",COUNTA(INDIRECT($C$2)))

    then in E8 use formula:

    =IF($C$2="","",IF(ROWS($A$1:$A1)>$E$21,"",INDEX(INDIRECT($C$2),ROWS($A$1:$A1))))

    copied down.
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

+ 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