Excel Formula Use

Anonymous
2025-02-01T10:20:52+00:00

Hi ! In Excel, I have to figure out how to keep a line-by-line running $$ amount in one column, when entering $ amounts line-by-line in another column !!

Thanx! Tom :)

Microsoft 365 and Office | Excel | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

3 answers

Sort by: Most helpful
  1. Anonymous
    2025-02-02T02:10:25+00:00

    Hey !!

    I figured it out!! It works!!

    I used =SUM(E$2:E2) (NO B1 !!) and it worked!!!

    Thanx for the help! I thought B1 was a part of the formula, but apparently, WASN'T !!

    I can now use this formula for 2 other columns that I need (TAX and Running Tax Total !!)

    If you has said 'Put the formula in cell B1', and NOT include B1 as part of the formula, it would have worked right off the bat!

    Again, thanx for the help!!

    Tom :)

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2025-02-02T01:44:45+00:00

    Hiya !

    I plugged in the formula ( B1: =SUM(A$1:A1) ) but switched the cells and lines to reflect what I was using! G2: =SUM(E$2:E2) . I had used line 1 to put in column titles ! I then dragged the formula down to line 500.

    I saved the file, and when I reopened it, My column G (your B) had the formula I used in ALL the lines in cell G ! when I entered values in E, no values showed up in G !

    Did I screw up?

    I tried to get you a screen shot, but it didn't work! It said invalid file type!

    Maybe you could send me a vid like the first one using E (Sales) and G (Running Total Sales) to see if I can get this!!!

    If U give me your email, I'll send you a screenshot of my initial results!!

    Thanx,

    Tom :)

    Was this answer helpful?

    0 comments No comments
  3. Andreas Killer 144.1K Reputation points Volunteer Moderator
    2025-02-01T11:08:02+00:00

    B2: =B1+A2

    Or use

    B1: =SUM(A$1:A1)

    and drag down.

    Was this answer helpful?

    0 comments No comments