Hi
I need help on how to extract unique name from the excel cell and then sum up the total score for each name.
I have excel sheet where the name for all participates has entered in one cell as example below
Name Score
ABC;#DEF;#HIJ;# 5
ABC;#XYZ;#HIJ;# 2
MNO;#DEF;#HIJ;# 3
ABC;#DEF;#QRS;# 5
I need help on formula to first extra the unique name from each cell in seperate column such as below
ABC
DEF
HIJ
XYZ
Then I need another formula to sum up the total score for each individua as example below
Name Score
ABC 12
DEF 13
HIJ 10
Thanks
I need help on how to extract unique name from the excel cell and then sum up the total score for each name.
I have excel sheet where the name for all participates has entered in one cell as example below
Name Score
ABC;#DEF;#HIJ;# 5
ABC;#XYZ;#HIJ;# 2
MNO;#DEF;#HIJ;# 3
ABC;#DEF;#QRS;# 5
I need help on formula to first extra the unique name from each cell in seperate column such as below
ABC
DEF
HIJ
XYZ
Then I need another formula to sum up the total score for each individua as example below
Name Score
ABC 12
DEF 13
HIJ 10
Thanks