Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
KelleyS
 
Posts: n/a
Default How do I summarize totals for a list of values in Excel?

I have a worksheet with a column of values (policy numbers) and associated
amounts:

123 $10.00
456 $ 5.00
123 $20.00
789 $50.00
456 $15.00

Total $100.00

Under the body of these detail values, I would like to summarize the total
for each policy number and then show a grand total:

123 $30.00
456 $20.00
789 $50.00

Total $100.00

The policy number values could change from month-to-month, so I would like
to use some sort of formula to list all of the unique policy number values
and then put their corresponding totals in the next column.
  #2   Report Post  
Ron Coderre
 
Posts: n/a
Default

I think this would be a good time to use a Pivot Table. Try it and post if
you need assistance.

Regards,
Ron

  #3   Report Post  
Fredrik Wahlgren
 
Posts: n/a
Default


"KelleyS" wrote in message
...
I have a worksheet with a column of values (policy numbers) and associated
amounts:

123 $10.00
456 $ 5.00
123 $20.00
789 $50.00
456 $15.00

Total $100.00

Under the body of these detail values, I would like to summarize the total
for each policy number and then show a grand total:

123 $30.00
456 $20.00
789 $50.00

Total $100.00

The policy number values could change from month-to-month, so I would like
to use some sort of formula to list all of the unique policy number values
and then put their corresponding totals in the next column.


Use

=SUMIF(A1:A5,"=123",B1:B5)
=SUMIF(A1:A5,"=456",B1:B5)
=SUMIF(A1:A5,"=789",B1:B5)

/Fredrik


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
how can I list items in a column with totals? andy Excel Discussion (Misc queries) 4 February 22nd 05 08:30 PM
making used values fall from a list static69 Excel Discussion (Misc queries) 4 February 17th 05 02:04 AM
Extracting Values on one list and not another B Schwarz Excel Discussion (Misc queries) 4 January 7th 05 01:48 PM
Selecting data from a list based on entered values GrantM Excel Discussion (Misc queries) 1 December 20th 04 10:59 AM
Formula to list unique values JaneC Excel Worksheet Functions 4 December 10th 04 12:25 AM


All times are GMT +1. The time now is 01:06 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"