Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() i have two columns. col A has customer name and col B has amount of sales. A B aa 10 bb 15 aa 12 ff 08 bb 12 aa 10 i want to have total of sales for each customer. col A has many customers which appear many time in col A. how can i have individual totals. thanks -- starguy ------------------------------------------------------------------------ starguy's Profile: http://www.excelforum.com/member.php...o&userid=32434 View this thread: http://www.excelforum.com/showthread...hreadid=527438 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() hi! =sumif(A:A,"aa",B:B) or =sumif(A:A,C1,B:B) assuming that the customer name is in C1 -via135 starguy Wrote: i have two columns. col A has customer name and col B has amount of sales. A B aa 10 bb 15 aa 12 ff 08 bb 12 aa 10 i want to have total of sales for each customer. col A has many customers which appear many time in col A. how can i have individual totals. thanks -- via135 ------------------------------------------------------------------------ via135's Profile: http://www.excelforum.com/member.php...o&userid=26725 View this thread: http://www.excelforum.com/showthread...hreadid=527438 |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() thank you its helpful -- starguy ------------------------------------------------------------------------ starguy's Profile: http://www.excelforum.com/member.php...o&userid=32434 View this thread: http://www.excelforum.com/showthread...hreadid=527438 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
formatting text on chart for specific values | Charts and Charting in Excel | |||
How to I copy text from a range of cells to another single cell? | Excel Discussion (Misc queries) | |||
Return Range of Numerical Values in Single Column based on Frequency Percentage | Excel Worksheet Functions | |||
Find dates in a range; then sum values in that range by a criteria | Excel Discussion (Misc queries) | |||
Formulas dealing with text data | Excel Worksheet Functions |