+ Reply to Thread
Results 1 to 5 of 5

Absolute reference

  1. #1
    Registered User
    Join Date
    01-01-2010
    Location
    usa
    MS-Off Ver
    Excel 2007
    Posts
    5

    Absolute reference

    In excel, how to calculate 7428 times 8% to total 8022. I can reach the answer with my calculator, but unable to come up with the right formula in Excel.

  2. #2
    Forum Expert Palmetto's Avatar
    Join Date
    04-04-2007
    Location
    South Eastern, USA
    MS-Off Ver
    XP, 2007, 2010
    Posts
    3,978

    Re: Excel formula using absolute reference

    A1 = 7428
    B1 formula: =($A$1*0.08)+$A$1
    Palmetto

    Do you know . . . ?

    You can leave feedback and add to the reputation of all who contributed a helpful response to your solution by clicking the star icon located at the left in one of their post in this thread.

  3. #3
    Registered User
    Join Date
    01-01-2010
    Location
    usa
    MS-Off Ver
    Excel 2007
    Posts
    5

    Re: Excel formula using absolute reference

    Will Excel change the formula values using the black plus while I am dragging the 4-way arrow across the different cells?

  4. #4
    Forum Moderator davesexcel's Avatar
    Join Date
    02-19-2006
    Location
    Regina
    MS-Off Ver
    MS 365
    Posts
    13,526

    Re: Absolute reference

    try,
    =a1*1.08

  5. #5
    Forum Expert Palmetto's Avatar
    Join Date
    04-04-2007
    Location
    South Eastern, USA
    MS-Off Ver
    XP, 2007, 2010
    Posts
    3,978

    Re: Absolute reference

    Will Excel change the formula values using the black plus while I am dragging the 4-way arrow across the different cells?
    It will if you use Dave;s version of the formula.

    You did ask in your thread title about using absolute cell reference, which is what I provided. Excel does not adjust absolute cell references when dragging the cell pointer or when copy such cells.

    Just to be clear, here are example of absolute and relative cell references:

    Relative: A1 = both column & row reference will adjust
    Absolute: $A$1 = no adjustments to column or row reference



    You can also have mixed references:

    Relative row, absolute column: $A1 = only the row reference adjusts
    Absolute row, relative column: A$1 = only the column reference adjusts

+ 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