+ Reply to Thread
Results 1 to 6 of 6

Array of "Checked" entries

  1. #1
    Registered User
    Join Date
    03-10-2012
    Location
    Washington, US
    MS-Off Ver
    Excel 2003
    Posts
    3

    Array of "Checked" entries

    I have a table of the following columns:
    Have (Boolean), Eligible (Boolean), Item (String)
    I want to use this to populate a data validation dropdown with entries from the item column that have a TRUE in the Eligible column. Can anyone show me how? Thanks.

  2. #2
    Forum Expert DGagnon's Avatar
    Join Date
    02-23-2012
    Location
    Ontario, Canada
    MS-Off Ver
    Excel 2003, 2007
    Posts
    1,645

    Re: Array of "Checked" entries

    could you attach a sample sheet please?
    If you liked my solution, please click on the Star -- to add to my reputation

    If your issue as been resolved, please clearly state so and mark the thread as [SOLVED] using the thread tools just above the first post.

  3. #3
    Forum Expert DGagnon's Avatar
    Join Date
    02-23-2012
    Location
    Ontario, Canada
    MS-Off Ver
    Excel 2003, 2007
    Posts
    1,645

    Re: Array of "Checked" entries

    here is a sample of what i think you are trying to do, check out the named range, it is refrencing the following:

    =INDIRECT("Sheet1!G2:G"&COUNTA(Sheet1!F:F)-COUNTIF(Sheet1!F:F,"BLANK")+1)

    you can adjust to fit your sheet.
    Attached Files Attached Files

  4. #4
    Registered User
    Join Date
    03-10-2012
    Location
    Washington, US
    MS-Off Ver
    Excel 2003
    Posts
    3

    Re: Array of "Checked" entries

    That's not working for me, but I failed to mention that I'm using LibreOffice Calc.

  5. #5
    Forum Expert DGagnon's Avatar
    Join Date
    02-23-2012
    Location
    Ontario, Canada
    MS-Off Ver
    Excel 2003, 2007
    Posts
    1,645

    Re: Array of "Checked" entries

    Sorry i only have experience with MS Office products. you should mention that in the title of your thread.

  6. #6
    Registered User
    Join Date
    03-10-2012
    Location
    Washington, US
    MS-Off Ver
    Excel 2003
    Posts
    3

    Re: Array of "Checked" entries

    Sorry, thanks anyway.

+ 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