+ Reply to Thread
Results 1 to 4 of 4

Constant and Relative Questions

  1. #1
    Registered User
    Join Date
    07-02-2014
    Location
    Walnut Creek, Ca
    MS-Off Ver
    Windows 7
    Posts
    18

    Question Constant and Relative Questions

    =SUM(B2+'Savings Tracker'!A4)

    There is my formula....I am adding up values month by month....I need the "A" to stay constant, but the "4" to be relative.

    So when I drag it to the next cell, I need it to read: =SUM(B2+'Savings Tracker'!A5)...

    When I place a "$" sign in front of the A or in between, the formula will not come out right. It makes the entire A4 constant.

    What am I doing wrong?

    thanks in advance.

  2. #2
    Forum Guru
    Join Date
    03-02-2006
    Location
    Los Angeles, Ca
    MS-Off Ver
    Win10/MSO2016
    Posts
    12,992

    Re: Constant and Relative Questions

    =$B$2+'Savings Tracker'!$A4


    An absolute cell reference in a formula, such as $B$2, always refers to a cell in a specific location
    Last edited by protonLeah; 11-29-2018 at 04:06 PM.
    Ben Van Johnson

  3. #3
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    53,051

    Re: Constant and Relative Questions

    1st, you really dont need to use SUM when adding 2 cells together - it's not wrong, just unnecessary
    =SUM(B2+'Savings Tracker'!A4)
    =B2+'Savings Tracker'!A4

    $ is used to absolute a cell reference, locking it so that when copied, it doesnt change.. it comes in 3 different "flavors"...

    $A$1 absolutes the entire cell reference, it will not chance when copied down or across
    $A1 absolutes only the column, "A" will not change when copied across, but "1" WILL change when copied down
    A$1 absolutes only the row, "1" will not change when copied down, but "A" will change when copied across
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  4. #4
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (both in England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2507 (Windows 11 Home 24H2 64-bit)
    Posts
    91,780

    Re: Constant and Relative Questions

    I suggest you have a read through this tutorial: https://edu.gcfglobal.org/en/excel20...-references/1/

    Would you please update your forum profile to show which version of OFFICE you are using? Windows 7 is an operating system.
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help. It's a universal courtesy.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    NB:
    as a Moderator, I never accept friendship requests.
    Forum Rules (updated August 2023): please read them here.

+ 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. Replies: 0
    Last Post: 11-11-2015, 04:26 AM
  2. constant
    By fakhteh in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 07-28-2015, 06:32 AM
  3. x*y=constant
    By dpv1656 in forum Excel General
    Replies: 2
    Last Post: 10-20-2014, 12:50 PM
  4. questions that aren't really excel questions
    By martindwilson in forum The Water Cooler
    Replies: 1
    Last Post: 03-11-2012, 08:21 PM
  5. Sum of constant + variable = constant
    By neurogirl900 in forum Excel General
    Replies: 3
    Last Post: 12-19-2011, 11:02 PM
  6. Constant
    By sedonovan in forum Excel General
    Replies: 5
    Last Post: 06-23-2006, 06:43 AM
  7. Constant? in VBA
    By have_a_cup in forum Excel General
    Replies: 1
    Last Post: 06-13-2006, 08:45 PM

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