简体   繁体   中英

How to group rows in Excel

The situation is as below:

A B C 3  
A B C 4  
A B D 1  
A B E 2

How do I get to (in an automated manner)

A B C 7    
A B D 1  
A B E 2

You can use the SUBTOTAL feature (ribbon-menu -> data-tab) or a pivot table to do this.

SUBTOTALS miniHowTo

And here a way with pivot tables:

在此处输入图片说明

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM