Accumulate values

J

jk

I have column A that contains many account numbers and i have column B which
is a dollar value that corresponds to each account.

A B
10023 $25.00
10024 $20.00
10025 $25.00
10023 $25.00
10026 $25.00
Is it possible to assign cells in column C to sum the amounts which equal
the accounts. For example account 10023 sums up to $50.00 and i would like
each time the account of 10023 is entered into column A ,it would accumulate
the amount in a cell of column C .........can this be done?
 
F

Franz Verga

jk said:
I have column A that contains many account numbers and i have column
B which is a dollar value that corresponds to each account.

A B
10023 $25.00
10024 $20.00
10025 $25.00
10023 $25.00
10026 $25.00
Is it possible to assign cells in column C to sum the amounts which
equal the accounts. For example account 10023 sums up to $50.00 and i
would like each time the account of 10023 is entered into column A
,it would accumulate the amount in a cell of column C .........can
this be done?

You can use the SUMIF function. Check on online help...

--
Hope I helped you.

Thanks in advance for your feedback.

Ciao

Franz Verga from Italy
 
J

jk

I am knew to this and as far as i got was the count if statement that counts
the number of entries in that one column.I need it to sum up the dollar
amounts that are associated to the account number in the other column.How do
you do this?
 
F

Franz Verga

jk said:
I am knew to this and as far as i got was the count if statement that
counts the number of entries in that one column.I need it to sum up
the dollar amounts that are associated to the account number in the
other column.How do you do this?


try this:

=SUMIF(A:A,A1,B:B)

--
(I'm not sure of names of menus, options and commands, because
translating from the Italian version of Excel...)

Hope I helped you.

Thanks in advance for your feedback.

Ciao

Franz Verga from Italy
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top