+ Reply to Thread
Results 1 to 8 of 8

formula help - cell reference constant even if cell is moved

  1. #1
    Registered User
    Join Date
    02-29-2012
    Location
    So Cal
    MS-Off Ver
    Excel 2010
    Posts
    18

    formula help - cell reference constant even if cell is moved

    Is it possible to have one cell (b1) reference another cell (a1) where the reference in (b1) is constant (a1) even if I move a1?

    Currently, if I move a1 the reference in b1 moves to where I moved a1 to.

    Using excel 2010.

    Thanks.

    Bruce

  2. #2
    Forum Moderator
    Join Date
    01-21-2014
    Location
    St. Joseph, Illinois U.S.A.
    MS-Off Ver
    Office 365 v 2404
    Posts
    13,407

    Re: formula help - cell reference constant even if cell is moved

    Use INDIRECT.

    For example
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Dave

  3. #3
    Registered User
    Join Date
    02-29-2012
    Location
    So Cal
    MS-Off Ver
    Excel 2010
    Posts
    18

    Re: formula help - cell reference constant even if cell is moved

    Appreciate the response.

    Can you tell me what the =5,7,10 refers to?

    Bruce

    P.S. I plugged in the formula and the result was 10.

  4. #4
    Forum Expert
    Join Date
    02-10-2019
    Location
    Georgia, USA
    MS-Off Ver
    Office 365
    Posts
    2,848

    Re: formula help - cell reference constant even if cell is moved

    It's just saying that if A1=5, then B1=7, else B1=10.

  5. #5
    Registered User
    Join Date
    02-29-2012
    Location
    So Cal
    MS-Off Ver
    Excel 2010
    Posts
    18

    Re: formula help - cell reference constant even if cell is moved

    Got it.

    I'll work on it after dinner.

    Thanks.

  6. #6
    Registered User
    Join Date
    02-29-2012
    Location
    So Cal
    MS-Off Ver
    Excel 2010
    Posts
    18

    Re: formula help - cell reference constant even if cell is moved

    I finally figured it out and thanks for starting me in the right direction.

    Here's what I ended up with:

    =SUM(INDIRECT("$j$12:j12"))

    Thanks again.

    Bruce

  7. #7
    Forum Moderator
    Join Date
    01-21-2014
    Location
    St. Joseph, Illinois U.S.A.
    MS-Off Ver
    Office 365 v 2404
    Posts
    13,407

    Re: formula help - cell reference constant even if cell is moved

    You are welcome. Thank you for the feedback, added rep and marking your thread Solved.

  8. #8
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: formula help - cell reference constant even if cell is moved

    Since you re using just a single cell reference i.e. J12, do you even need the SUM, the range and the absolute referencing? Just go with..

    =INDIRECT("J12")


    .. unless, you are entering text in the cell J12 and want to show the sum as zero!
    Life's a spreadsheet, Excel!
    Say thanks, Click *

+ 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 Keep Formula Cell Reference Constant ?
    By Mr.Castle in forum Excel General
    Replies: 5
    Last Post: 03-03-2019, 03:01 PM
  2. Replies: 4
    Last Post: 12-26-2017, 02:29 PM
  3. Cell reference to stay the same when data is moved in referenced cell
    By OZZIEUNITED in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 10-10-2014, 05:32 AM
  4. [SOLVED] Keep reference the same when cell referred to is moved.
    By aschrag in forum Excel General
    Replies: 3
    Last Post: 09-15-2014, 12:59 PM
  5. Keeping a Cell reference Constant
    By Link34521 in forum Excel General
    Replies: 1
    Last Post: 09-29-2008, 04:16 PM
  6. Constant cell reference in a forumla
    By bcemail in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 06-28-2007, 06:32 PM
  7. [SOLVED] Fill With Constant Cell Reference
    By Ken Zenachon in forum Excel General
    Replies: 4
    Last Post: 12-02-2005, 05:20 AM

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