+ Reply to Thread
Results 1 to 3 of 3

One Cell listing all names checked off in another tab

  1. #1
    Registered User
    Join Date
    10-09-2012
    Location
    Chicago
    MS-Off Ver
    Excel 2003
    Posts
    4

    One Cell listing all names checked off in another tab

    I have an excel that I am working on that has 2 Tabs. Tab 1 is a list of groups that can be selected by placing an x under there name from a list validation. Tab 2 is taking any names that have an x under them and placing them in a list for one cell and separating them by a comma while not including the names without the x.

    Another problem is that I cannot use VBA or Macros for the excel. I was attempting to write this as something like this:

    =IF(ISBLANK('Data & Logic Tab'!B12),"",'Data & Logic Tab'!B12) & IF(ISBLANK('Data & Logic Tab'!B13),"",", " & 'Data & Logic Tab'!B13) & IF(ISBLANK('Data & Logic Tab'!B14),"","," & 'Data & Logic Tab'!B14) & IF(ISBLANK('Data & Logic Tab'!B15),"","," & 'Data & Logic Tab'!B15)

    I hope I am making sense. Any help would be appreciated.

    So something like this.
    Mike Jon Bill Amy
    x x x


    Mike, Jon, Amy

  2. #2
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: One Cell listing all names checked off in another tab

    Moving only the ones with x's over is easy. Moving them over into a single cell is more difficult (without VBA). How many possible x's are we talking about here (if all names were checked?) Can you upload an example workbook (Go Advanced>Manage Attachments)?
    ChemistB
    My 2?

    substitute commas with semi-colons if your region settings requires
    Don't forget to mark threads as "Solved" (Edit First post>Advanced>Change Prefix)
    If I helped, Don't forget to add to my reputation (click on the little star at bottom of this post)

    Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble

  3. #3
    Registered User
    Join Date
    10-09-2012
    Location
    Chicago
    MS-Off Ver
    Excel 2003
    Posts
    4

    Re: One Cell listing all names checked off in another tab

    Example.xlsx

    I attached a quick example. I was going to upload the original file but I think it might be too much to explain the excel first.

    The most amount of names would be 9-10.

    Thank you for your time.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 0
    Last Post: 09-16-2012, 10:19 PM
  2. Add names that are checked on the list
    By go4cdt in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 04-20-2009, 06:32 PM
  3. Listing the range names
    By chinaprasad in forum Excel General
    Replies: 5
    Last Post: 03-19-2009, 05:23 AM
  4. [SOLVED] listing all names in a worksheet
    By tthe in forum Excel General
    Replies: 4
    Last Post: 01-20-2006, 10:25 AM
  5. listing the names of files
    By tim64 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 05-31-2005, 02:34 PM

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