F
freseh
Hello all excel experts
My problem:
I have a list with two columns A and B and I want to sum column B base
on filtred multiple criterias in column A. An example on the list:
Column A Column B
test200302abc 300
test200311dsf 400
test200312dsj 500
test200312adf 400
test200401xyz 100
test200402fsf 100
test200403sdf 300
test200403fsf 200
test200401fsf 100
Now I want to sum all values that meet the criteria *200312* o
*200401* or *200403*, which sums up in this example to 1600.
My easy solution is to have a lot of sumif formulas but when I have u
to 24 criterias it's too much I think.
So I hoped that my other solution would be like this:
SUMPRODUCT((A:A="*"&"200312"&"*")*(A:A="*"&"200401"&"*")*(A:A="*"&"200403"&"*")*(B:B)
but it returns just #NUM!
What´s wrong? Any suggestions on a alternative solution?
All the best to THE ONE that solve my problem
My problem:
I have a list with two columns A and B and I want to sum column B base
on filtred multiple criterias in column A. An example on the list:
Column A Column B
test200302abc 300
test200311dsf 400
test200312dsj 500
test200312adf 400
test200401xyz 100
test200402fsf 100
test200403sdf 300
test200403fsf 200
test200401fsf 100
Now I want to sum all values that meet the criteria *200312* o
*200401* or *200403*, which sums up in this example to 1600.
My easy solution is to have a lot of sumif formulas but when I have u
to 24 criterias it's too much I think.
So I hoped that my other solution would be like this:
SUMPRODUCT((A:A="*"&"200312"&"*")*(A:A="*"&"200401"&"*")*(A:A="*"&"200403"&"*")*(B:B)
but it returns just #NUM!
What´s wrong? Any suggestions on a alternative solution?
All the best to THE ONE that solve my problem