+ Reply to Thread
Results 1 to 7 of 7

Hyperlink based on summary data...

  1. #1
    Forum Contributor
    Join Date
    11-04-2011
    Location
    pak
    MS-Off Ver
    Excel 2007
    Posts
    132

    Hyperlink based on summary data...

    Dear all,

    I need your help to hyperlink summary data in sheet2 to it source data in sheet1. Each summary Row in sheet2 is referred to a block of data in sheet1, these blocks have different items and number of rows, so can not be summarized. there are hundreds of blocks.for example if I click company name "ittafaq" in summary data. it may direct me to source of this data in sheet1 "ittafaq". can we use loop to link this data? any help or clue is highly appreciated.
    Thanks and Regards.
    Shaukat
    Attached Files Attached Files
    Last edited by shaukat; 11-11-2011 at 01:52 PM.

  2. #2
    Forum Contributor
    Join Date
    11-04-2011
    Location
    pak
    MS-Off Ver
    Excel 2007
    Posts
    132

    Re: Hyperlink based on summary data

    experts any ideas ?

    thanks

  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: Hyperlink based on summary data

    Without programming, this formula can be put in F4 of sheet1 to give you a clickable hyperlink to the entry in D4:

    =HYPERLINK("#'Sheet2'!" & ADDRESS(MATCH($D4, Sheet2!$A:$A, 0), 1), "Link")


    .... or put this IN D4:

    =HYPERLINK("#'Sheet2'!" & ADDRESS(MATCH($A4, Sheet2!$A:$A, 0), 1), A4)
    _________________
    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 Contributor
    Join Date
    11-04-2011
    Location
    pak
    MS-Off Ver
    Excel 2007
    Posts
    132

    Re: Hyperlink based on summary data

    Hi JBeaucaire,
    Thanks for this sharing, But my data is based on too many rows, can not put formula one by one in each cell. if I know how to pass cells , address or range in hyperlink argument. this tasks will easy.But I think this is limitation of hyperlink command it does not allow cells(i,j) object method.
    any views?

    thanks

  5. #5
    Forum Contributor
    Join Date
    11-04-2011
    Location
    pak
    MS-Off Ver
    Excel 2007
    Posts
    132

    Re: Hyperlink based on summary data

    this formula gives link from sheet1 to sheet2. I need to have from sheet2 to sheet1.

    thanks

  6. #6
    Forum Contributor
    Join Date
    11-04-2011
    Location
    pak
    MS-Off Ver
    Excel 2007
    Posts
    132

    Talking Re: Hyperlink based on summary data

    i changed the values other way round, it works. thanks for your great sharing
    Last edited by shaukat; 11-11-2011 at 01:50 PM.

  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: Hyperlink based on summary data...

    Glad you got it working.

+ 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