+ Reply to Thread
Results 1 to 7 of 7

Lookup or index database type project?

  1. #1
    Registered User
    Join Date
    02-26-2011
    Location
    shrydvd
    MS-Off Ver
    Excel 2003
    Posts
    6

    Lookup or index database type project?

    In my mind this is probably a hard project. In most of yours though . . .

    I want to create a list of hyperlinks in column A.
    Row 1 will have a list of headers / categories
    In columns B through Z I will simply place an "X" at the intersection of the link in column A and the category it would fit in across Row 1.

    Now, on sheet 2, I would take the first category & it will list all the hyperlinks in sheet 1 column a that have an x in that category.

    Sheet 3 would do the same thing with the next category, etc.

    In the end I can add a hyperlink to the bottom of sheet 1, check off the categories it fits in, and it will populate the sheet for that category.

    I have tried varying combinations of MATCH, LOOKUP, OFFSET, INDEX, etc. Of course, I am sure I did not do the right combination or typed it wrong, etc. (I know enough about Excel to know that I don't know much).

    I tried IF statements & could get it to list the hyperlink, but the hyperlink would be text, not a hyperlink. Also, I could not get it to dynamically sort so that I don't have 50 blank lines between each link, etc.

    The finished product will have approximately 400 hyperlinks and 40 - 50 categories. Also, the hyperlinks are to web sites.

    If anyone thinks this could be done without too much hassle, please let me know. If it is too complicated, let me know that also & I will try something else.

    My sincere thank you to anyone helping!
    Attached Files Attached Files
    Last edited by shrydvd; 02-27-2011 at 09:32 AM. Reason: Problem was solved

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

    Re: Lookup or index database type project?

    Post up a WORKING 3 sheet version of this with only a few categories and 5-10 rows to make it easy to manage as an example. Mockup the results on the three category sheets exactly as they should appear as a RESULT of the main sheet chart you're describing.

    Showing us your complete goal in this manner lets us help most quickly and accurately.
    _________________
    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!)

  3. #3
    Registered User
    Join Date
    02-26-2011
    Location
    shrydvd
    MS-Off Ver
    Excel 2003
    Posts
    6

    Re: Lookup or index database type project?

    Thank you. I amended the original post & put a file in there. I believe it is what you wanted.

  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: Lookup or index database type project?

    For the links to travel to the secondary sheets too would require VBA. Your links are technically "formatting" applied to the database sheet cells and you cannot transfer the "format" of one cell to another via formula, only values.

    Here's a macro I wrote for you. I added it to your workbook and connected it to a button for you. All you need to do is fill out the columns you want an put anything in the columns to mark them as active, "x" is fine, but the macro will work for anything you put in there.

    Also, this macro will create the sheets for you on-the-fly. Just add a new column and that sheet will appear next time you run the macro. Also, the macro will put the sheets in the same order as the columns, so you can move columns around anytime you want based on priorities and the sheets will move to match.
    Please Login or Register  to view this content.
    Attached Files Attached Files

  5. #5
    Registered User
    Join Date
    02-26-2011
    Location
    shrydvd
    MS-Off Ver
    Excel 2003
    Posts
    6

    Re: Lookup or index database type project?

    Jerry has gone way beyond any expectation I had of this site or anyone in it. Not that I was negative, but I just never would have expected the level of help I received.

    Thank you again.

  6. #6
    Registered User
    Join Date
    05-07-2010
    Location
    NJ, USA
    MS-Off Ver
    Excel 2007
    Posts
    3

    Re: Lookup or index database type project?

    Jerry this is fabulous but I was wondering if you would help me to adapt the code as I've been unsuccessful. I need to use this method to do something nearly similiar. The Database Sheet remains but the user would select the column heading B-G from a drop down menu on another sheet and the items would populate on that SAME page in a range below it. Being new to the forum I'm not sure if I need to start a new thread. Thanks!

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

    Re: Lookup or index database type project?

    Yes, you need to start a new thread.

    Be sure to read through the Forum Rules so you can use and follow them to your benefit.

    When you post your thread, include a link to this thread if you really think it relevant. Be sure to GO ADVANCED on your thread and use the paperclip icon to attach your sample workbook showing your data, and a mockup of your desired results.

    Send me a Private Message with a invitation and a link to your new thread.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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