+ Reply to Thread
Results 1 to 9 of 9

link from tab to tab

  1. #1
    Registered User
    Join Date
    05-23-2008
    Posts
    9

    link from tab to tab

    Using Excel 2003 – I have two tabs one has detail info for unit cost; the second has summery info for each unit. What I’d like to do is if you are on the summery tab and click on a unit number, then if you go to the detail tab it will be at the first unit with that number



    Thanks
    Brad
    Attached Files Attached Files
    Last edited by BSBECK; 05-06-2010 at 03:35 PM.

  2. #2
    Forum Expert Palmetto's Avatar
    Join Date
    04-04-2007
    Location
    South Eastern, USA
    MS-Off Ver
    XP, 2007, 2010
    Posts
    3,978

    Re: link from tab to tab

    Options:

    Create a hyperlink to the cells manually using the built-in bookmarking function. See the Excel Help on: Create a hyperlink to a specific location in a workbook

    Use VBA to find the value on the sheet and navigate if found.
    If you need a VBA solution, upload a sample workbook (remove sensitive data)
    Palmetto

    Do you know . . . ?

    You can leave feedback and add to the reputation of all who contributed a helpful response to your solution by clicking the star icon located at the left in one of their post in this thread.

  3. #3
    Registered User
    Join Date
    05-23-2008
    Posts
    9

    Re: link from tab to tab

    I have added a link to a sample.

  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: link from tab to tab

    Quote Originally Posted by BSBECK View Post
    I have added a link to a sample.
    Where?

    Also, you should post workbooks here, not on other sites. Click GO ADVANCED and use the paperclip icon to post up your workbook.
    _________________
    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!)

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

    Re: link from tab to tab

    1) I corrected the spelling of your sheet tabs to Summary and Detail.


    2) If you don't want to be manually editing all those hyperlinks, then insert a new empty column A, then put this formula in A2, then copy it down:

    =HYPERLINK("#"& "Detail!" & ADDRESS(MATCH($B2, Detail!$A:$A, 0), 1), "Link")

    Now if you click on any of those links, it will take you to second sheet and the first row with that value.

  6. #6
    Registered User
    Join Date
    05-23-2008
    Posts
    9

    Re: link from tab to tab

    Quote Originally Posted by JBeaucaire View Post
    1) I corrected the spelling of your sheet tabs to Summary and Detail.


    2) If you don't want to be manually editing all those hyperlinks, then insert a new empty column A, then put this formula in A2, then copy it down:

    Now if you click on any of those links, it will take you to second sheet and the first row with that value.
    Sorry,, I haven’t done this much. I have added file to original post. If you would be so kind as to change as you need and let me see what needs to be done, I’d greatly appreciate it.

  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: link from tab to tab

    The instructions were in that post. I can break them out for you:

    1) Insert an empty column in front of column A, so column A is now empty and your data starts at column B

    2) In the new empty column, put the formula given in A2. A hyperlink will appear based on the value in B2.

    3) Now copy cell A2 down the A column as far as needed.

    4) All the links will be for each row. Click any link to jump to the detail sheet.
    Last edited by JBeaucaire; 05-06-2010 at 05:11 PM.

  8. #8
    Registered User
    Join Date
    05-23-2008
    Posts
    9

    Re: link from tab to tab

    Sorry once again. I thought you had made a working version when you said you had corrected the spelling errors I made but I couldn’t find it, that’s way I ask.

    I did get it to work from your help, many thanks for that! but you guys need to be a little nicer, seems to be a lot of sarcasm on this forum. If I had gotten it the first time, I wouldn’t have asked again. Buy the way…I think you meant “is now” not “is not” in (line 1) of your last post. See how it’s easy to make a typo…I new what you meant and would not normally said anything but wonted you to see how petty one can be.

    Thanks again for the help.

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

    Re: link from tab to tab

    BSBECK, on the forum when one is given clear instructions, it is perfectly reasonable to point an OP back to them. I also delineated those instructions in even more detail to assist you further. The goal, where possible, is to have an OP implement the solution themselves, which you did, with my help.

    There isn't a single sarcastic comment from me in this entire thread. Just clear free informed assistance to you. Any sarcastic tone is being added accidentally by your reading.

    I pointed out your typos because they are important to getting the formulas to work properly.

    You pointed out a meaningless typo of mine because you are possibly being the petty one with an itchy emotional-trigger-finger and you clearly do not understand the value of the assistance you have gotten.

    Reread my instructions, reevaluate all I said (not including this post) and I am sure you will find you have made a complete misread. I expect an apology and a sincere thanks in its place is in order, don't you think?

    The last thing you want to do is burn any bridges around here, this place is an awesome resource, as you've already discovered. Even if someone actually does get sarcastic with you, unlike this thread, I'm confident you can take it in stride. Next time, yes?
    Last edited by JBeaucaire; 05-06-2010 at 05:12 PM.

+ 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