+ Reply to Thread
Results 1 to 8 of 8

Automatic updating list of current members from table of all time members

  1. #1
    Registered User
    Join Date
    03-22-2013
    Location
    North Carolina, USA
    MS-Off Ver
    Office 2010 Professional
    Posts
    8

    Unhappy Automatic updating list of current members from table of all time members

    I play a online roleplaying game and keep a list of all members ever in my faction. I have recently acquired a second faction and would like to have a list of current members in the first faction to allow me to select the member whose alternate character is in the second. I do use different workbooks for each faction. I have been able to create the data validation list of all members in the first faction from the first workbook to the second, but i want to have that list only show players whose line shows they are a member. I know that i could always use vlookup to do this but my issue with that is that it leaves blanks in the list and if i make the results a table of its own and sort then the original table sorts as well.

    Can anyone help me with this issue?

    *I am willing to use VBA if given the correct coding, as I am still learning it.
    Last edited by sabreheim; 03-29-2013 at 04:15 PM.

  2. #2
    Valued Forum Contributor Harribone's Avatar
    Join Date
    02-24-2013
    Location
    Midlands, UK
    MS-Off Ver
    Excel 2019/365
    Posts
    570

    Re: Automatic updating list of current members from table of all time members

    I don't fully understand what you're getting at.

    I think you are saying you have a list of all members yes? And you want to create a list from that in different sheets when they are in a certain group/faction?
    If that is what you are getting at then you can creat a list using VLOOKUP showing just members in that faction without blanks but it needs a bit more than just the lookup bit to work.

    Can you upload a workbook (replace any sensitive data with false - make sure the format is the same) and show you're expected outcome manually entered. Naturally you don't need tons of data, just a sample will do.

    Click Go Advanced and the Manange Uploads to attach a file.
    Say thanks, click *

  3. #3
    Registered User
    Join Date
    03-22-2013
    Location
    North Carolina, USA
    MS-Off Ver
    Office 2010 Professional
    Posts
    8

    Re: Automatic updating list of current members from table of all time members

    Quote Originally Posted by Harribone View Post
    I don't fully understand what you're getting at.

    I think you are saying you have a list of all members yes? And you want to create a list from that in different sheets when they are in a certain group/faction?
    If that is what you are getting at then you can creat a list using VLOOKUP showing just members in that faction without blanks but it needs a bit more than just the lookup bit to work.

    Can you upload a workbook (replace any sensitive data with false - make sure the format is the same) and show you're expected outcome manually entered. Naturally you don't need tons of data, just a sample will do.

    Click Go Advanced and the Manange Uploads to attach a file.
    I cant upload one filled out with the members as I am waiting to complete it to bring it all live, but I have filled that specific table in with sample information.
    The table is on the sheet 'Full Member List' and one of the uses for the list i want to make will be used in the 'Name Of Member' column on the sheet 'Apr 2013', rather than having to sort through or enter the information again.

    Thank you for the help on this issue.
    Attached Files Attached Files
    Last edited by sabreheim; 03-29-2013 at 02:41 PM. Reason: Sorry I just noticed I needed that as well

  4. #4
    Valued Forum Contributor Harribone's Avatar
    Join Date
    02-24-2013
    Location
    Midlands, UK
    MS-Off Ver
    Excel 2019/365
    Posts
    570

    Re: Automatic updating list of current members from table of all time members

    So you have a member list which I can see, what do you need to be able to do on Apr 2013 tab? If you can run through an example and I can hopefully provide a solution (if not someone else will jump in to help no doubt).

    Does this need to list members whos status is active as a member?

  5. #5
    Registered User
    Join Date
    03-22-2013
    Location
    North Carolina, USA
    MS-Off Ver
    Office 2010 Professional
    Posts
    8

    Re: Automatic updating list of current members from table of all time members

    Sorry about that. the current file there is updated.
    And yes, I am looking for it to be a list of 'currently active' members.

  6. #6
    Valued Forum Contributor Harribone's Avatar
    Join Date
    02-24-2013
    Location
    Midlands, UK
    MS-Off Ver
    Excel 2019/365
    Posts
    570

    Re: Automatic updating list of current members from table of all time members

    In Apr 2013 sheet, type into C4:

    =IFERROR(VLOOKUP($B4,'Full Member List'!$A:$E,2,0),"")

    As you have set the table as a table in excel it will populate the rest of the column automatically.

    Now in the Full Member List tab select A4 and type:

    =IF(D4="Member",MAX($A$3:A3)+1,"")

    Drag this down to the end of the table (this will need to be dragged down again if table extends - you could include this as part of the table so it should auto populate for each additional row but it must be the first column).

    Now go back to the Apr tab and you will see the members showing that are currently active.

    Hope this helps

  7. #7
    Registered User
    Join Date
    03-22-2013
    Location
    North Carolina, USA
    MS-Off Ver
    Office 2010 Professional
    Posts
    8

    Re: Automatic updating list of current members from table of all time members

    Nice. Thank you mate.
    I knew that the Unique Identifier column would come in handy, lol.

    Rep Increased

  8. #8
    Valued Forum Contributor Harribone's Avatar
    Join Date
    02-24-2013
    Location
    Midlands, UK
    MS-Off Ver
    Excel 2019/365
    Posts
    570

    Re: Automatic updating list of current members from table of all time members

    No probs, that's what we're here for!

    Hope your roleplaying goes well, get them D20's on the go!

+ 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