Results 1 to 12 of 12

INDIRECT(CONCATENATE( and Blank-Free dropdowns

Threaded View

  1. #1
    Registered User
    Join Date
    09-28-2016
    Location
    Austin, Texas
    MS-Off Ver
    Office 365, Office 2010
    Posts
    22

    INDIRECT(CONCATENATE( and Blank-Free dropdowns

    So here's a strange one.

    I'm making a spreadsheet that has a lot of user-filled information and dropdowns to reference it. Decided to add some quality of life features to this and looked up how to nix blanks from this list. And it totally works.

    Sort of.

    I've got it set up like so:

    There are four named lists:

    AlphaList
    BetaList
    GammaList
    DeltaList

    I used the lessons I read here to essentially make a set of dropdown lists without blanks. They are:

    AlphaListSort
    BetaListSort
    GammaListSort
    DeltaListSort

    Great! Those work wonderfully upon testing! Until I implement them.

    When the user uses the forum, they select a value from a dropdown. That value dictates whether Alpha, Beta, Gamma, or Delta is called in CellA3. So I use

    =INDIRECT(CONCATENATE(A3,"ListSort"))

    ...and it goes to hell. Data Validation works for

    =INDIRECT(CONCATENATE(A3,"List"))

    but not ListSort. Meanwhile, =AlphaList and =AlphaListSort both work as they're supposed to. Plugging it into a cell results in a "Moving or deleting cells caused an invalid cell reference error", but

    =CONCATENATE(A3,"ListSort")

    while properly combining it to AlphaListSort in the test, won't work in data validation.


    It should be noted that due to the shared, user-input nature of this spreadsheet, that backwards and sideways compatibility is important - with a target goal of this being fully compatible with google docs.
    Last edited by WitchRolina; 10-01-2016 at 11:14 AM.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] Concatenate If Blank - remove blank line if first cell is blank
    By ker9 in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 05-27-2014, 02:14 PM
  2. MACRO to check validation dropdowns left blank
    By Daimez in forum Excel Programming / VBA / Macros
    Replies: 18
    Last Post: 10-31-2008, 05:12 AM
  3. Dynamic Indirect Validation Dropdowns
    By ChemistB in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 04-04-2008, 11:02 AM
  4. Indirect, Concatenate, & ?
    By Harlan Grove in forum Excel Formulas & Functions
    Replies: 14
    Last Post: 09-06-2005, 10:05 AM
  5. [SOLVED] Indirect, Concatenate, & ?
    By Harlan Grove in forum Excel Formulas & Functions
    Replies: 14
    Last Post: 09-06-2005, 06:05 AM
  6. [SOLVED] Indirect, Concatenate, & ?
    By JEFF in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 03:05 AM
  7. [SOLVED] Indirect, Concatenate, & ?
    By JEFF in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 12:05 AM

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