+ Reply to Thread
Results 1 to 11 of 11

Vlookup Formula

  1. #1
    Registered User
    Join Date
    03-03-2009
    Location
    Cambridge, ON
    MS-Off Ver
    Excel 2003
    Posts
    26

    Vlookup Formula

    I have attached the spreadsheet I'm working with. On the Signup Tab this is the place where people mark if they are going to go to a conference. Sheet 1 is going to be a summary sheet of each conference. I need a way to mark Tom Smith as a director and then on the summary sheet count the number of directors going to a specific conference. Does this make sense? On the signup tab the information has to stay broken up by TA.

    If you click on the conference from the signup sheet you will get a nice list of the people attending. I can reference that list... but I need the formula that would count it.

    Someone suggested a vlookup formula but how would that work? Thanks!
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    11-27-2007
    Location
    New Jersey, USA
    MS-Off Ver
    2013
    Posts
    1,669

    Re: Vlookup Formula

    I am not really clear on what you need done.
    There is no Tom Smith on your sheet.
    Where would you want to mark up the person by title?
    You may have to add a column.
    Please fill out one example of the result you want, then someone will be able to help you.
    modytrane

  3. #3
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: Vlookup Formula

    Hello again, Brittany, expanding on the sheet we created? Very good.

    1) I don't see Tom smith on the Signup sheet.
    2) I don't see the column where you want to designate director status
    3) Once #2 is added, you will draw that info to the individual sheets pretty much the same way we've drawn across the name. All you need do is add another column on the summary sheets that INDEX/MATCHES the name already brought over and draws in the director flag...or not if they are not a director.

    Go ahead and insert the column where you want to set this status flag, title it accordingly, assign the status to a few of the people and sign them up for a conference or two, then we'll make that formula work for you.
    _________________
    Microsoft MVP 2010 - Excel
    Visit: Jerry Beaucaire's Excel Files & Macros

    If you've been given good help, use the icon below to give reputation feedback, it is appreciated.
    Always put your code between code tags. [CODE] your code here [/CODE]

    ?None of us is as good as all of us? - Ray Kroc
    ?Actually, I *am* a rocket scientist.? - JB (little ones count!)

  4. #4
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: Vlookup Formula

    Here you go, see if this does all that you need.
    Last edited by JBeaucaire; 03-17-2009 at 05:28 PM. Reason: Removed book, use one further down.

  5. #5
    Registered User
    Join Date
    03-03-2009
    Location
    Cambridge, ON
    MS-Off Ver
    Excel 2003
    Posts
    26

    Re: Vlookup Formula

    Yes! The wonderful, WONDERFUL spreadsheet you created is really working for me... but I need this kind of summary sheet. I attached the wrong spreadsheet to my first post. I like the set up of the sheet you just created. How did you get the gray bar at the top to work?

    Here is what I was working with...

    Thank you so much for your help. You're a genius!
    Attached Files Attached Files
    Last edited by brittanyruth; 03-17-2009 at 01:42 PM.

  6. #6
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: Vlookup Formula

    Um, let's not go backwards. The sheet I provided was an attempt to shorten the work, not lengthen it. All the conferences have a key column hidden right next to it, so that work's done. The Conference summary sheet samples are designed so copying them and changing the SheetName turns the whole new sheet into a new conference summary.

    Adding other jobs: you only mentioned "Director" so I made that a "Director" column. That could just as easily be a "JOB" column. Please list all the jobs you would want to track and decide if you want to enter a Letter (D=Director) or just put the whole job title in cell, perhaps with a drop-box.

    We can adjust the template conference summary sheets so they are no longer hard-coded to just watch directors.

    The Grouping Bar: This control is part of the DATA > GROUP > Group and Outline menu. I simply click on one column then made it a "group" of its own, which created a +/- for it. Very cool for hiding/unhiding groups of rows/columns that need to be hidden/unhidden with ease and frequency.

    Here's an expansion of what I did before, I added the summary page you started. Jobs are now listed in column B made from a drop box of jobs listed in column EQ.

    Working from the sheet I provided, ask your questions and we'll make additions.
    Last edited by JBeaucaire; 03-18-2009 at 01:52 PM. Reason: Removed book, use one further down.

  7. #7
    Registered User
    Join Date
    03-03-2009
    Location
    Cambridge, ON
    MS-Off Ver
    Excel 2003
    Posts
    26

    Re: Vlookup Formula

    Okay here is the latest version. I've run into an issue with the first conference tab. The second conference tab functions properly. But the AAD tab doesn't populate the attendees. I'm sure I've deleted something that was critical. I tried recreating the tab but that didn't work.

    My other question is... under each conference tab I have listed items that are on the summary sheet (location, date, etc). Is there a formula to look at that information and auto update as sheets are copied and added? Hopefully that makes sense.

    Other than that.. I think this project is done... Thanks so much for your help!
    Attached Files Attached Files

  8. #8
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: Vlookup Formula

    Sure, those are standard INDEX/MATCH function. I've done the first 2 columns for you on the Conf Sheets, you can adapt that to complete the others.

    BTW, I love your takes on the JOBs, great stuff! Go, go, go.

    Oh, the problem with AAD was when you opened the KEY column, it was empty. Just copied the KEY column from the next one over and it woke it back up.
    Attached Files Attached Files

  9. #9
    Registered User
    Join Date
    03-03-2009
    Location
    Cambridge, ON
    MS-Off Ver
    Excel 2003
    Posts
    26

    Re: Vlookup Formula

    Reviving this one to get help from JBeaucaire again...

    The sheet has been amazing for me to use. I've learned a ton. Problem now is I appear to have broken it.

    I needed to add 2 conferences to the list. I started by copying the CRA column and key and renaming it CPA. (I need to add CPA and OPA conferences).

    This seems to have broken everything. I'm setting the sheet up for 2010 and it's possible that I broke it doing something else. If you can walk me through what I should be doing to add conferences that would be great. I also will need to delete some in the future... I just don't want to break it again because it works so well for the project. Thanks!
    Attached Files Attached Files

  10. #10
    Registered User
    Join Date
    03-03-2009
    Location
    Cambridge, ON
    MS-Off Ver
    Excel 2003
    Posts
    26

    Re: Vlookup Formula - Jbeaucaire!

    I figured out what I did wrong on the signup sheet... I accidentally deleted the "Key" formulas.

    I still need instructions on how to properly add and delete a conference to the sheet. Thanks!
    Attached Files Attached Files

  11. #11
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: Vlookup Formula

    1) You can simplify the formula on all the conference sheets in cell A1 to this:

    =MID(CELL("filename",A1),FIND("]",CELL("filename",A1))+1,256)

    2) To delete a conference

    a) Simply delete the individual conference sheet or rename it to something else. The formulas on the sheet all trigger off of the sheet name.
    b) On the Signup sheet, unhide the "key" column that goes with the column to delete, then delete them both together.

    c) Currently, the list on the Summary page will shorten itself if you do this. I think that's bad since the rows of data are manually entered data. When I deleted a conf from the Signup sheet, the entire Summary screwed up.

    If you're going to be adding and subtracting a lot, I would take out the formulas in the Summary sheet column A and just enter them into the list column A manually. The rest of the data on that sheet will then always be accurate. You can add and subtract rows to the Summary when you need them.

    3) To add a conference

    a) As per 2c above, manually insert the new conference into your Summary sheet
    b) Duplicate an existing sheet and change its name to the new conference abbreviation
    c) Wherever you're adding on the Signup sheet:
    ---Unhide the two columns to the right
    ---Select those two columns and COPY them
    ---Right-click on the same columns and select INSERT (this should add a pair of grouped/colored columns)
    ---Change the name of the conference in the first column
    ---Right-click the new name and EDIT HYPERLINK to change it the new sheet

+ 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