+ Reply to Thread
Results 1 to 4 of 4

relative references to absolute references

  1. #1
    Registered User
    Join Date
    01-29-2019
    Location
    Seattle, Washington
    MS-Off Ver
    2016
    Posts
    4

    relative references to absolute references

    Hello! I have a destination worksheet that reads every single cell from source worksheet. The idea is that if you make updates to the source sheet, they show on the destination sheet.

    Of course, to accomplish this, I pasted a relative reference, because an absolute reference gave me cell A1 only, and everywhere.

    I now have 40,000 cell references that are relative - and need to be absolute. Is there a way to accomplish this outside search and replace - I'm not even sure how I would manage search and replace for this one.

    Does anyone have a solution?

    Thank you so much!

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,731

    Re: relative references to absolute references

    You can use Find & Replace (CTRL-H) like this:

    suppose your formulae are like this:

    =Stock!C2, =Stock!C3, and so on. Then you can:

    Find what: !C

    Replace with: !$C$

    then click on Replace All.

    Note that the !C ensures that the "c" in the sheet name does not get changed, and if you only want to make the row reference absolute, then you can:

    Replace With: !C$

    You may have to apply this a few times, depending on how many different columns are used in your formulae.

    Hope this helps.

    Pete

  3. #3
    Registered User
    Join Date
    01-29-2019
    Location
    Seattle, Washington
    MS-Off Ver
    2016
    Posts
    4

    Re: relative references to absolute references

    Hi Pete, thanks so much!I have SO many formulae...lol. Fortunately, as we often see, my boss scrapped the entire idea.

  4. #4
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,731

    Re: relative references to absolute references

    Okay, well maybe you can remember that method if the boss resurrects the idea in the future.

    If that takes care of your original question, please take a moment to select Thread Tools from the menu above and to the right of your first post in this thread, and mark the thread as SOLVED.

    Pete

+ 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. Copy with relative and absolute references
    By Atom in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 09-18-2017, 10:21 AM
  2. How to for converting absolute references to relative references in formulas
    By edspyhill01 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 02-11-2014, 02:09 AM
  3. Absolute references in relative ref macro
    By dillona27 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 01-25-2014, 10:11 PM
  4. How Do I Mix Relative & Absolute References?
    By insect in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 07-29-2009, 11:02 PM
  5. mixing absolute and relative references
    By shellshock in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 09-14-2005, 04:05 PM
  6. Absolute / Relative References
    By Tim Mills in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 07-25-2005, 08:05 AM
  7. Check relative / absolute references
    By oli in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 07-05-2005, 09:05 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