Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 Excel 中有一个列以欧元保存数据,然后是另一列用于描述,第三列用于类别。 我想计算每个类别的所有 EUROS。每个类别花了多少钱。
请检查我的图像:
如果您只想知道特定类别的总和,可以使用 SUMIF 函数 ( =SUMIF(D:D,"...",C:C))
=SUMIF(D:D,"...",C:C)
如果您想知道每个类别的总和,可以使用使用 sum 进行汇总的数据透视表