+ Reply to Thread
Results 1 to 4 of 4

Adding cell by cell by cell.....

  1. #1
    Registered User
    Join Date
    08-20-2006
    Location
    USA
    MS-Off Ver
    MS Office 2010
    Posts
    37

    Adding cell by cell by cell.....

    Hi everybody,

    I am fairly new to Excel and I've gotten myself stuck. My trouble has to do with formulas. I am recording how many times something happens in a day so my worksheet goes as so: column A=Day of the week, B=date, C= the number of times it has happened, and E=comments. Notice D is missing? I want column D to equal the total number of times the event recorded in C has happened thus far. Let's say Saturday Aug. 5th it happened 3 times, D2 should equal 3. On Sunday Aug. 6th it happened 4 times, so D3 should equal 6 and so on. This will be something on going for many weeks so I would like a formula with infinite reach in column D. I've been told that this task would require a macro...I don't have a clue how to use macros. If I haven't explained myself well enough, I can post a screenshot if needed! I guess I can ask something else, too, while I'm in a posting mood: How can I have locked titles? By this I mean if I want Column A to be titled Day of the week, I want to be able to scroll to all the way down to row 50+ and still see that column A's title. Sorry this is so lengthy and needy

    Please and thanks in advance!!!!
    Last edited by scubab; 08-20-2006 at 01:05 AM.

  2. #2
    Biff
    Guest

    Re: Adding cell by cell by cell.....

    Hi!

    Try this:

    Assume row 1 is your column headers. The data starts in row 2.

    Enter this formula in D2 and copy down to as many rows as you think you'll
    be using:

    =IF(C2="","",SUM(D1,C2))

    This assumes that you won't have any empty rows within your data set.

    >How can I have looked titles?


    If your headers are in row 1 select cell A2.

    Goto the menu Window>Freeze Panes

    Biff

    "scubab" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Hi everybody,
    >
    > I am fairly new to Excel and I've gotten myself stuck. My trouble has
    > to do with formulas. I am recording how many times something happens in
    > a day so my worksheet goes as so: column A=Day of the week, B=date, C=
    > the number of times it has happened, and E=comments. Notice D is
    > missing? I want column D to equal the total number of times the event
    > recorded in C has happened thus far. Let's say Saturday Aug. 5th it
    > happened 3 times, D2 should equal 3. On Sunday Aug. 6th it happened 4
    > times, so D3 should equal 6 and so on. This will be something on going
    > for many weeks so I would like a formula with infinite reach in column
    > D. I've been told that this task would require a macro...I don't have a
    > clue how to use macros. If I haven't explained myself well enough, I can
    > post a screenshot if needed! I guess I can ask something else, too,
    > while I'm in a posting mood: How can I have looked titles? By this I
    > mean if I want Column A to be titled Day of the week, I want to be able
    > to scroll to all the way down to row 50+ and still see that column A's
    > title. Sorry this is so lengthy and needy
    >
    > Please and thanks in advance!!!!
    >
    >
    > --
    > scubab
    > ------------------------------------------------------------------------
    > scubab's Profile:
    > http://www.excelforum.com/member.php...o&userid=37778
    > View this thread: http://www.excelforum.com/showthread...hreadid=573498
    >




  3. #3
    Registered User
    Join Date
    08-20-2006
    Location
    USA
    MS-Off Ver
    MS Office 2010
    Posts
    37

    :d

    Thank you so much Biff. Your advice helped me %100

  4. #4
    Biff
    Guest

    Re: Adding cell by cell by cell.....

    You're welcome. Thanks for the feedback!

    Biff

    "scubab" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Thank you so much Biff. Your advice helped me %100
    >
    >
    > --
    > scubab
    > ------------------------------------------------------------------------
    > scubab's Profile:
    > http://www.excelforum.com/member.php...o&userid=37778
    > View this thread: http://www.excelforum.com/showthread...hreadid=573498
    >




+ 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