+ Reply to Thread
Results 1 to 4 of 4

list box problems

  1. #1
    Bobby
    Guest

    list box problems

    I have a drop down list box which lists 5 letters a,b.... so on, then i have
    a list of 8 names i want to attatch to each letter, so what i need is when i
    select on of the letters the apropriate list of names comes underneath, 1
    name in each cell. Can anybody help please?

  2. #2
    Biff
    Guest

    Re: list box problems

    Hi!

    If I understand you correctly....

    Build a table using the letters as the header and then list the 8 names
    associated with those letters down the columns.

    Assume that table is in the range H1:L9. H1:L1 are the letter headers A, B,
    C, etc.

    The drop down is in cell A1. You want the names to be listed in A5:A12.

    Select the range A5:A12.

    Type this formula in the formula bar and when done enter it using the key
    combo of CTRL,SHIFT,ENTER:

    =IF(A1="","",OFFSET(H1,1,MATCH(A1,H1:J1,0)-1,8))

    Biff

    "Bobby" <[email protected]> wrote in message
    news:[email protected]...
    >I have a drop down list box which lists 5 letters a,b.... so on, then i
    >have
    > a list of 8 names i want to attatch to each letter, so what i need is when
    > i
    > select on of the letters the apropriate list of names comes underneath, 1
    > name in each cell. Can anybody help please?




  3. #3
    Bobby
    Guest

    Re: list box problems

    That worked a treat. Thank you very much for that

    "Biff" wrote:

    > Hi!
    >
    > If I understand you correctly....
    >
    > Build a table using the letters as the header and then list the 8 names
    > associated with those letters down the columns.
    >
    > Assume that table is in the range H1:L9. H1:L1 are the letter headers A, B,
    > C, etc.
    >
    > The drop down is in cell A1. You want the names to be listed in A5:A12.
    >
    > Select the range A5:A12.
    >
    > Type this formula in the formula bar and when done enter it using the key
    > combo of CTRL,SHIFT,ENTER:
    >
    > =IF(A1="","",OFFSET(H1,1,MATCH(A1,H1:J1,0)-1,8))
    >
    > Biff
    >
    > "Bobby" <[email protected]> wrote in message
    > news:[email protected]...
    > >I have a drop down list box which lists 5 letters a,b.... so on, then i
    > >have
    > > a list of 8 names i want to attatch to each letter, so what i need is when
    > > i
    > > select on of the letters the apropriate list of names comes underneath, 1
    > > name in each cell. Can anybody help please?

    >
    >
    >


  4. #4
    Biff
    Guest

    Re: list box problems

    You're welcome! thanks for the feedback.

    Biff

    "Bobby" <[email protected]> wrote in message
    news:[email protected]...
    > That worked a treat. Thank you very much for that
    >
    > "Biff" wrote:
    >
    >> Hi!
    >>
    >> If I understand you correctly....
    >>
    >> Build a table using the letters as the header and then list the 8 names
    >> associated with those letters down the columns.
    >>
    >> Assume that table is in the range H1:L9. H1:L1 are the letter headers A,
    >> B,
    >> C, etc.
    >>
    >> The drop down is in cell A1. You want the names to be listed in A5:A12.
    >>
    >> Select the range A5:A12.
    >>
    >> Type this formula in the formula bar and when done enter it using the key
    >> combo of CTRL,SHIFT,ENTER:
    >>
    >> =IF(A1="","",OFFSET(H1,1,MATCH(A1,H1:J1,0)-1,8))
    >>
    >> Biff
    >>
    >> "Bobby" <[email protected]> wrote in message
    >> news:[email protected]...
    >> >I have a drop down list box which lists 5 letters a,b.... so on, then i
    >> >have
    >> > a list of 8 names i want to attatch to each letter, so what i need is
    >> > when
    >> > i
    >> > select on of the letters the apropriate list of names comes underneath,
    >> > 1
    >> > name in each cell. Can anybody help please?

    >>
    >>
    >>




+ 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