ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Want to have accumulative totals in each row (https://www.excelbanter.com/excel-worksheet-functions/62360-want-have-accumulative-totals-each-row.html)

Sherry

Want to have accumulative totals in each row
 
I have this page setup with formulas for each row to keep totals but when I
add a number to nest row it adds that number and the number from the previous
row how do I get around this? I will mention I am new at this and it has been
learn as I go.
Amount Sold Total
Jam 1 1
Spread 2 3?Why

Otto Moehrbach

Want to have accumulative totals in each row
 
Sherry
Apparently the formulas you have in the second column are giving you the
result you are getting. Post back and tell us what you want to happen and
include the formulas you now have in the second column. Include just a
couple of the formulas. HTH Otto
"Sherry" wrote in message
...
I have this page setup with formulas for each row to keep totals but when I
add a number to nest row it adds that number and the number from the
previous
row how do I get around this? I will mention I am new at this and it has
been
learn as I go.
Amount Sold Total
Jam 1 1
Spread 2 3?Why




Sherry

Want to have accumulative totals in each row
 
My Formulas are 1st row =($B$4+C4) and 2nd row is =($B$5+C5) and so on.

"Otto Moehrbach" wrote:

Sherry
Apparently the formulas you have in the second column are giving you the
result you are getting. Post back and tell us what you want to happen and
include the formulas you now have in the second column. Include just a
couple of the formulas. HTH Otto
"Sherry" wrote in message
...
I have this page setup with formulas for each row to keep totals but when I
add a number to nest row it adds that number and the number from the
previous
row how do I get around this? I will mention I am new at this and it has
been
learn as I go.
Amount Sold Total
Jam 1 1
Spread 2 3?Why





Sherry

Want to have accumulative totals in each row
 
I would like to have each row hold it's own total "not" the row total and
entire column. Amount Sold Total
Jams =($B$+C4)
Spread

"Otto Moehrbach" wrote:

Sherry
Apparently the formulas you have in the second column are giving you the
result you are getting. Post back and tell us what you want to happen and
include the formulas you now have in the second column. Include just a
couple of the formulas. HTH Otto
"Sherry" wrote in message
...
I have this page setup with formulas for each row to keep totals but when I
add a number to nest row it adds that number and the number from the
previous
row how do I get around this? I will mention I am new at this and it has
been
learn as I go.
Amount Sold Total
Jam 1 1
Spread 2 3?Why





Sherry

Want to have accumulative totals in each row
 
Sorry somehow it got sent without me finishing.
Amount Sold Total
Jams =($B$4+C4)
Spreads =($B$5+C5) and I have used Mcgimsey's advice
to make an accumulative total In macros. This is the problem I am having.

"Otto Moehrbach" wrote:

Sherry
Apparently the formulas you have in the second column are giving you the
result you are getting. Post back and tell us what you want to happen and
include the formulas you now have in the second column. Include just a
couple of the formulas. HTH Otto
"Sherry" wrote in message
...
I have this page setup with formulas for each row to keep totals but when I
add a number to nest row it adds that number and the number from the
previous
row how do I get around this? I will mention I am new at this and it has
been
learn as I go.
Amount Sold Total
Jam 1 1
Spread 2 3?Why





Otto Moehrbach

Want to have accumulative totals in each row
 
Sherry
You say:
"I would like to have each row hold it's own total "not" the row total and
entire column."
That is not clear to anyone who doesn't know what you have and what you
want.
Be specific about what you have. Like:
I have this in cell xxx.
I have that in cell yyy.
I have this other in cell zzz.
And so forth.
And so forth.
I have a formula in cell abc and it says =asdfg.
I want that formula to give me the sum of this and that.
A lot of people are reading what you write and will help you in any way they
can. HTH Otto
"Sherry" wrote in message
...
Sorry somehow it got sent without me finishing.
Amount Sold Total
Jams =($B$4+C4)
Spreads =($B$5+C5) and I have used Mcgimsey's
advice
to make an accumulative total In macros. This is the problem I am having.

"Otto Moehrbach" wrote:

Sherry
Apparently the formulas you have in the second column are giving you the
result you are getting. Post back and tell us what you want to happen
and
include the formulas you now have in the second column. Include just a
couple of the formulas. HTH Otto
"Sherry" wrote in message
...
I have this page setup with formulas for each row to keep totals but
when I
add a number to nest row it adds that number and the number from the
previous
row how do I get around this? I will mention I am new at this and it
has
been
learn as I go.
Amount Sold Total
Jam 1 1
Spread 2 3?Why







Sherry

Want to have accumulative totals in each row
 
What I want is the rows to keep accumulative totals like row b4 6 and row b5
8 but i want to be able to to keep that total b5 without it adding on to
total b4. My Formulas are these =($B$4+C4) and =($B$5+C5) and so on in each
row to keep its own accumulative total. Does this help?

"Otto Moehrbach" wrote:

Sherry
You say:
"I would like to have each row hold it's own total "not" the row total and
entire column."
That is not clear to anyone who doesn't know what you have and what you
want.
Be specific about what you have. Like:
I have this in cell xxx.
I have that in cell yyy.
I have this other in cell zzz.
And so forth.
And so forth.
I have a formula in cell abc and it says =asdfg.
I want that formula to give me the sum of this and that.
A lot of people are reading what you write and will help you in any way they
can. HTH Otto
"Sherry" wrote in message
...
Sorry somehow it got sent without me finishing.
Amount Sold Total
Jams =($B$4+C4)
Spreads =($B$5+C5) and I have used Mcgimsey's
advice
to make an accumulative total In macros. This is the problem I am having.

"Otto Moehrbach" wrote:

Sherry
Apparently the formulas you have in the second column are giving you the
result you are getting. Post back and tell us what you want to happen
and
include the formulas you now have in the second column. Include just a
couple of the formulas. HTH Otto
"Sherry" wrote in message
...
I have this page setup with formulas for each row to keep totals but
when I
add a number to nest row it adds that number and the number from the
previous
row how do I get around this? I will mention I am new at this and it
has
been
learn as I go.
Amount Sold Total
Jam 1 1
Spread 2 3?Why







Sherry

Want to have accumulative totals in each row
 
This is just a simple inventory of keeping total each kind of product sold so
if I punch in b4 6 of that kind sold and then 7 of that kind sold again it
should total 13 and it does but when I go to b5 and punch in 6 for that kind
sold and then again punch in 7 it will give a total of 13 and b4 will total
26. I don't want the other rows of totals being added together. so as ex.
Amount Sold Total
Jams 2
2 Formula ($B$4+C4)
Spreads 2
2 Formula ($B$5+C5)
the top total b4 will change to 4 I don't want
that.Does this help?

I have this page setup with formulas for each row to keep totals but when I
add a number to nest row it adds that number and the number from the previous
row how do I get around this? I will mention I am new at this and it has been
learn as I go.
Amount Sold Total
Jam 1 1
Spread 2 3?Why


Otto Moehrbach

Want to have accumulative totals in each row
 
Sherry
Maybe I'm just having a bad day but I can't figure out what you have and
what you want to have. Also, these postings jostle data a bit to further
confuse the issue.
If you wish, prepare a small Excel file clearly showing what you have. Also
clearly show what you want to have. Include as much explanation as you can
about what you have and what you want. Send me that file direct via email.
My email address is . Remove the "nop" from this
address. HTH Otto
"Sherry" wrote in message
...
This is just a simple inventory of keeping total each kind of product sold
so
if I punch in b4 6 of that kind sold and then 7 of that kind sold again it
should total 13 and it does but when I go to b5 and punch in 6 for that
kind
sold and then again punch in 7 it will give a total of 13 and b4 will
total
26. I don't want the other rows of totals being added together. so as ex.
Amount Sold Total
Jams 2
2 Formula ($B$4+C4)
Spreads 2
2 Formula ($B$5+C5)
the top total b4 will change to 4 I don't want
that.Does this help?

I have this page setup with formulas for each row to keep totals but when
I
add a number to nest row it adds that number and the number from the
previous
row how do I get around this? I will mention I am new at this and it has
been
learn as I go.
Amount Sold Total
Jam 1 1
Spread 2 3?Why





All times are GMT +1. The time now is 05:55 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com