A
Andre
Hello.
Let's say I have a table which looks like this:
A B
word1 240
word1 22
word3 234
word2 90
word3 45
word1 567
word2 3
Now. How should the function look like if I want to count the total
amount for column B but only for the lines containig "word1"?
Meaning, for "word1" Excel should take only: 240, 22, 567 and sum it up.
I need to sum up the total amount for each "word" separately.
Let's say I have a table which looks like this:
A B
word1 240
word1 22
word3 234
word2 90
word3 45
word1 567
word2 3
Now. How should the function look like if I want to count the total
amount for column B but only for the lines containig "word1"?
Meaning, for "word1" Excel should take only: 240, 22, 567 and sum it up.
I need to sum up the total amount for each "word" separately.