Results 1 to 19 of 19

How to create option or combo box within cell?

Threaded View

  1. #15
    Forum Contributor
    Join Date
    03-27-2012
    Location
    Canada
    MS-Off Ver
    Excel 2010
    Posts
    154

    Re: How to create option or combo box within cell?

    I don't think there's a misunderstanding, you should see all 10 in the drop down, as well as 11 and 12 and so on if you follow the instructions below:

    Select the range where you want the drop down list to appear, for example E2:E20:

    With that range highlighted, go to the Ribbon and choose > Data >>>Data Validation>>>List>>>

    In the formula bar paste in:

    =OFFSET(Ref!$A$1,1,0,COUNTA(Ref!$A:$A)-1,1)
    Click OK

    Now choose range I2:I20, make sure it is highlighted...

    With that range highlighted, go to the Ribbon and choose > Data >>>Data Validation>>>List>>>

    In the formula bar paste in:

    =OFFSET(Agent!$B$1,1,0,COUNTA(Agent!$B:$B)-1,1)

    Let me know if this is what you need...
    Attached Files Attached Files

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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