+ Reply to Thread
Results 1 to 5 of 5

Identical value and formatting from one tab to another within one sheet

  1. #1
    Registered User
    Join Date
    04-07-2014
    Location
    Orlando
    MS-Off Ver
    Excel 2003
    Posts
    18

    Post Identical value and formatting from one tab to another within one sheet

    Identical value and formatting from one tab to another within one sheet
    I have a field on TAB1 D3 that is a Hyperlinked field to an external web site. I want TAB2 field R5 to have the same value, and be updated only if Tab1 D3 is modified

    I have utilized in Tab2 Field R5 "=Tab1!D3" but it does not bring over the formatting of the Hyperlink.

    The 'formatting on each field is "General"

    Any help?

  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: Identical value and formatting from one tab to another within one sheet

    To copy FORMATTING from one cell to another requires VBA, or a manual process. The cell must be physically copied. Is VBA allowed in your project?
    _________________
    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
    04-07-2014
    Location
    Orlando
    MS-Off Ver
    Excel 2003
    Posts
    18

    Re: Identical value and formatting from one tab to another within one sheet

    Do you have an example of VBA for this activity?

  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: Identical value and formatting from one tab to another within one sheet

    In the sheet module, let's say TAB1, this code would copy the cell D3 to TAB2:R5 anytime D3 was physically edited.
    Please Login or Register  to view this content.

  5. #5
    Registered User
    Join Date
    03-12-2020
    Location
    USA
    MS-Off Ver
    Office Mac 2016
    Posts
    5

    Re: Identical value and formatting from one tab to another within one sheet

    Not sure if this helps your case, but here is a workaround I found to allow copying hyperlinks from CellA to CellB (even on other tabs):

    - Instead of constructing a HYPERLINK(url, link_text) where the url and link_text are specified directly in CellA's formula, put the url and link_text into separate cells (say, URL1, LT1). Then, have both CellA and CellB share this formula: =HYPERLINK(URL1, LT1).

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] How to check if 2 cells have identical conditional formatting?
    By superlative in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 08-02-2019, 11:06 AM
  2. [SOLVED] Identical Formulas from Identical Data Sets Return Different Results
    By EverClever in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 10-28-2018, 06:56 PM
  3. Replies: 2
    Last Post: 09-14-2017, 08:40 AM
  4. Adding Multiple Identical tables to a Master Identical table
    By dlogfx in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 01-24-2017, 04:41 PM
  5. [SOLVED] Conditional Formatting if identical text appears twice
    By r.murray in forum Excel General
    Replies: 3
    Last Post: 11-19-2014, 10:10 AM
  6. Get the SUM of identical values from one sheet and place it on another sheet
    By stoey in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 01-14-2014, 11:49 AM
  7. Replies: 1
    Last Post: 03-23-2011, 06:49 AM

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