Close
Results 1 to 9 of 9
  1. #1
    Recognized as needing a lap dance
    Join Date
    Jan 2010
    Location
    SW Missouri
    Posts
    5,540

    Default Help with Google Spreadsheets

    I'm trying to keep track of an account that has money put in it each year and want to subtract from that number each time something is purchased. So basically doing subtraction for the entire column. I've done a lot of searching and all I can come up with is how to subtract two numbers only, not keep it going until zero.

  2. #2
    Grand Master Know It All crays's Avatar
    Join Date
    Feb 2010
    Location
    Live-Aurora Work-Golden
    Posts
    4,260

    Default

    how many rows and columns are you using? Are you entering each deduction individually?

    An easy way in excel (I am assuming the google version is similar) would be to place starting amount in cell A1, and this formula in cell A2: =A1-SUM(B:B)
    Enter your deduction amounts in cells in column B (B1, B2, B3, etc.), and the remaining balance will be calculated and shown in cell A2

    Does that make sense?

    ETA: The above functionality is the same in Google Sheets.
    Last edited by crays; 01-17-2018 at 09:38.
    Comply in public, Conduct in private.

    FEEDBACK

  3. #3
    Splays for the Bidet CS1983's Avatar
    Join Date
    Jan 2011
    Location
    St. Augustine, FL
    Posts
    6,260

    Default

    Use a colon to establish a total for expenditures and then subtract that from the beginning balance.

    =SUM($firstexpenditure:$lastexpenditure )

    Example: =SUM(B2:B5)

    Note: the final value can be a blank cell (treated as a 0). You need to make sure the spreadsheet values for output are (-), or you will need to (-) instead of (+) the 2nd example.

    For beginning balance minus expenditures:

    =SUM($beginningbalance+$expenditures)

    Note: Remember, $expenditures is a negative value, hence X+(-Y) = X - Y

    Example:
    =SUM(B1+B6)

    PS: just having fun with the names in the column. Don't take offense!

    Click image for larger version. 

Name:	excel1.PNG 
Views:	18 
Size:	9.0 KB 
ID:	73164Click image for larger version. 

Name:	excel2.PNG 
Views:	16 
Size:	8.7 KB 
ID:	73165
    Feedback

    It is terrible to contemplate how few politicians are hanged. - The Cleveland Press, March 1, 1921, GK Chesterton

  4. #4
    Recognized as needing a lap dance
    Join Date
    Jan 2010
    Location
    SW Missouri
    Posts
    5,540

    Default

    Quote Originally Posted by CavSct1983 View Post
    Use a colon to establish a total for expenditures and then subtract that from the beginning balance.

    =SUM($firstexpenditure:$lastexpenditure )

    Example: =SUM(B2:B5)

    Note: the final value can be a blank cell (treated as a 0). You need to make sure the spreadsheet values for output are (-), or you will need to (-) instead of (+) the 2nd example.

    For beginning balance minus expenditures:

    =SUM($beginningbalance+$expenditures)

    Note: Remember, $expenditures is a negative value, hence X+(-Y) = X - Y

    Example:
    =SUM(B1+B6)

    PS: just having fun with the names in the column. Don't take offense!

    Click image for larger version. 

Name:	excel1.PNG 
Views:	18 
Size:	9.0 KB 
ID:	73164Click image for larger version. 

Name:	excel2.PNG 
Views:	16 
Size:	8.7 KB 
ID:	73165
    I feel like I should not spend that amount on drop guns....someone that is good with the economy help me out here

  5. #5
    Recognized as needing a lap dance
    Join Date
    Jan 2010
    Location
    SW Missouri
    Posts
    5,540

    Default

    Ha, it's the same Sum formula but with negative numbers. I'm retarded.

  6. #6
    Splays for the Bidet CS1983's Avatar
    Join Date
    Jan 2011
    Location
    St. Augustine, FL
    Posts
    6,260

    Default

    Quote Originally Posted by KevDen2005 View Post
    I feel like I should not spend that amount on drop guns....someone that is good with the economy help me out here
    No no no. You're awful at embezzlement. That's not what you spend on drop weapons, that is what you claim you spent. You'd make a horrible politician.
    Feedback

    It is terrible to contemplate how few politicians are hanged. - The Cleveland Press, March 1, 1921, GK Chesterton

  7. #7
    Recognized as needing a lap dance
    Join Date
    Jan 2010
    Location
    SW Missouri
    Posts
    5,540

    Default

    Quote Originally Posted by CavSct1983 View Post
    No no no. You're awful at embezzlement. That's not what you spend on drop weapons, that is what you claim you spent. You'd make a horrible politician.
    I received fairly good grades in all my political classes except public finance...now I know why.

  8. #8
    Grand Master Know It All crays's Avatar
    Join Date
    Feb 2010
    Location
    Live-Aurora Work-Golden
    Posts
    4,260

    Default

    Quote Originally Posted by CavSct1983 View Post
    Use a colon to establish a total for expenditures and then subtract that from the beginning balance.

    =SUM($firstexpenditure:$lastexpenditure )

    Example: =SUM(B2:B5)

    Note: the final value can be a blank cell (treated as a 0). You need to make sure the spreadsheet values for output are (-), or you will need to (-) instead of (+) the 2nd example.

    For beginning balance minus expenditures:

    =SUM($beginningbalance+$expenditures)

    Note: Remember, $expenditures is a negative value, hence X+(-Y) = X - Y

    Example:
    =SUM(B1+B6)

    PS: just having fun with the names in the column. Don't take offense!

    Click image for larger version. 

Name:	excel1.PNG 
Views:	18 
Size:	9.0 KB 
ID:	73164Click image for larger version. 

Name:	excel2.PNG 
Views:	16 
Size:	8.7 KB 
ID:	73165
    Oh, sure. Get all fancy with visual aids and catchy descriptions...
    Comply in public, Conduct in private.

    FEEDBACK

  9. #9
    Recognized as needing a lap dance
    Join Date
    Jan 2010
    Location
    SW Missouri
    Posts
    5,540

    Default

    Quote Originally Posted by crays View Post
    Oh, sure. Get all fancy with visual aids and catchy descriptions...
    A powerpoint with no pictures and just black and white text for about 100 slides would have been right up my ally.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •