+ Reply to Thread
Results 1 to 6 of 6

VBA to merge cells with identical content

Hybrid View

juangar1992 VBA to merge cells with... 06-27-2013, 11:49 AM
tigeravatar Re: VBA to merge cells with... 06-27-2013, 12:07 PM
juangar1992 Re: VBA to merge cells with... 06-27-2013, 02:19 PM
tigeravatar Re: VBA to merge cells with... 06-27-2013, 02:35 PM
juangar1992 Re: VBA to merge cells with... 06-27-2013, 04:03 PM
tigeravatar Re: VBA to merge cells with... 06-27-2013, 04:05 PM
  1. #1
    Forum Expert tigeravatar's Avatar
    Join Date
    03-25-2011
    Location
    Colorado, USA
    MS-Off Ver
    Excel 2003 - 2013
    Posts
    5,361

    Re: VBA to merge cells with identical content

    Unfortunately, active hyperlinks are not supported in PivotTable cells. The hyperlink is treated as text, but you cannot follow the hyperlink to a Web page or document.
    Hope that helps,
    ~tigeravatar

    Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble

  2. #2
    Registered User
    Join Date
    06-27-2013
    Location
    Houston
    MS-Off Ver
    Excel 2010
    Posts
    3

    Re: VBA to merge cells with identical content

    Then could I use other functions to refer back to the hyperlink? Maybe something to do with OFFSET and SEARCH functions? Like creating a column concatenating all of the criteria for that specific cell in the pivot table, then using the search function on another sheet and finally using offset to get a hyperlink next to the pivot table?

    Maybe something like

    if(isnumber(search(concatenate($B$2,A5),Sheet4!$F$2:$F$1582)),offset(isnumber(search(concatenate($B$2,A5),Sheet4!F2:F1582)),0,-1),0)

    *column F on sheet 4 contains the concatenated text (B2 + A5)*

    This doesn't work though

+ 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