Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
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
![]() |
|||
|
|||
![]()
I think this would be a good time to use a Pivot Table. Try it and post if
you need assistance. Regards, Ron |
#3
![]() |
|||
|
|||
![]() "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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how can I list items in a column with totals? | Excel Discussion (Misc queries) | |||
making used values fall from a list | Excel Discussion (Misc queries) | |||
Extracting Values on one list and not another | Excel Discussion (Misc queries) | |||
Selecting data from a list based on entered values | Excel Discussion (Misc queries) | |||
Formula to list unique values | Excel Worksheet Functions |