Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I am using an old dos based program , and exporting data into Excel. Using
Autofilter I am cleaning the rows that I don't need. However I need to add (Values) for several sub-categories (sub-total). e.g.. I have five lines with B02A, B02B, B02C, B02D, B02E.. How do I sum these rows. Other Sub-groups will have similar descriptions with increasing numbers and different line numbers. Any help would be greatly appreciated. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You need to have a header row, and you should sort your data by those
sub-categories. Then with your cursor somewhere in the table, click on Data | Subtotals. Work through the dialogue box to set things how you want them and click OK. Hope this helps. Pete On Nov 5, 7:11 pm, RMT wrote: I am using an old dos based program , and exporting data into Excel. Using Autofilter I am cleaning the rows that I don't need. However I need to add (Values) for several sub-categories (sub-total). e.g.. I have five lines with B02A, B02B, B02C, B02D, B02E.. How do I sum these rows. Other Sub-groups will have similar descriptions with increasing numbers and different line numbers. Any help would be greatly appreciated. |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
One way would be to use Custom BeginsWith BO2 on the AutoFilter, and then
use the SUTOTAL function to get your total....... Vaya con Dios, Chuck, CABGx3 "RMT" wrote: I am using an old dos based program , and exporting data into Excel. Using Autofilter I am cleaning the rows that I don't need. However I need to add (Values) for several sub-categories (sub-total). e.g.. I have five lines with B02A, B02B, B02C, B02D, B02E.. How do I sum these rows. Other Sub-groups will have similar descriptions with increasing numbers and different line numbers. Any help would be greatly appreciated. |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thanks Pete -
Following your instruction, it is subtotaling each line item. I want to sum multiple rows in each sub-categoris. Each sub has lines B02A through some other letter. Any help. Thanks RT "Pete_UK" wrote: You need to have a header row, and you should sort your data by those sub-categories. Then with your cursor somewhere in the table, click on Data | Subtotals. Work through the dialogue box to set things how you want them and click OK. Hope this helps. Pete On Nov 5, 7:11 pm, RMT wrote: I am using an old dos based program , and exporting data into Excel. Using Autofilter I am cleaning the rows that I don't need. However I need to add (Values) for several sub-categories (sub-total). e.g.. I have five lines with B02A, B02B, B02C, B02D, B02E.. How do I sum these rows. Other Sub-groups will have similar descriptions with increasing numbers and different line numbers. Any help would be greatly appreciated. |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You can introduce helper columns with formulae like:
=LEFT(A2,3) to extract the first 3 letters of what is in column A, then you could use this column in the "For each change in ..." dialogue to get a subtotal for B02 followed by any letter. You can also use the + symbols on the left to reduce/expand the groups identified by the sub-total routine. Hope this helps. Pete On Nov 6, 5:12 pm, RMT wrote: Thanks Pete - Following your instruction, it is subtotaling each line item. I want to sum multiple rows in each sub-categoris. Each sub has lines B02A through some other letter. Any help. Thanks RT "Pete_UK" wrote: You need to have a header row, and you should sort your data by those sub-categories. Then with your cursor somewhere in the table, click on Data | Subtotals. Work through the dialogue box to set things how you want them and click OK. Hope this helps. Pete On Nov 5, 7:11 pm, RMT wrote: I am using an old dos based program , and exporting data into Excel. Using Autofilter I am cleaning the rows that I don't need. However I need to add (Values) for several sub-categories (sub-total). e.g.. I have five lines with B02A, B02B, B02C, B02D, B02E.. How do I sum these rows. Other Sub-groups will have similar descriptions with increasing numbers and different line numbers. Any help would be greatly appreciated.- Hide quoted text - - Show quoted text - |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel (or other) macro for cleaning date data | Excel Discussion (Misc queries) | |||
Cleaning forms | Excel Discussion (Misc queries) | |||
Quickbooks exports to Excel, cleaning up the mess afterwards | Excel Worksheet Functions | |||
Spreadsheet cleaning | Excel Discussion (Misc queries) | |||
Need help cleaning up an email list in Excel | Excel Discussion (Misc queries) |