Excel里很多人名,一个人名对应不同的数字,怎么把每个人名的总和打到一列?

s
shue
楼主 (北美华人网)
比如Emma 1 Emma 2 Judy 1 Judy 2
怎么把Emma 3 Judy 3打出来? 另外,怎么把Emma, Chen 这种在两个cell里的first name and last name 合并到一个cell里?
临时工
concatenate
w
wfmlover
pivot table and concatenate function.
z
zejuanxiaoyu
a
applesauce
vlookup呀
b
baozidama
=CONCATENATE(A2,B2) column A is the Name, and column B is the number
大内密探008
Pivot table 就是给这个用的
a
abbeyniuniu
sumifs
8
86度D
第一个问提pivot table,第二个问题concatenate
轩轩朝霞举
回复 1楼shue的帖子
第一个用pivot table 或者sumif都可以,第二个用concatenate