Hi all
A tricky one that I could not crack this morning.
Say that you have this list:
type £ Code
R1 6562 A
R2 8502 B
R3 3673 C
R4 8420 B
R5 5975 A
R6 3457 G
R6A 7224 H
R6B 7258 J
and you want to sumif, column 2 if the criteria for column 3 is {A,B}
now you can do that if you use {A,B} in your criteria.
However i need is to convert the string into something that I can use in the formulae
Say that is another column I would have the criteria
Something like
Criteria
A
A,B
G,H,A
What I need is the SUMIF/SUMIFS/SUMPRODUCT to point at the cell that has the criteria (the criteria differs cell by cell, in number of conditions too) and make the calculation, so converting the string into the criteria for the formula
I hope I explained this well enough and that someone can help me, and this is now bugging me all day.
Many thanks
Oscar
A tricky one that I could not crack this morning.
Say that you have this list:
type £ Code
R1 6562 A
R2 8502 B
R3 3673 C
R4 8420 B
R5 5975 A
R6 3457 G
R6A 7224 H
R6B 7258 J
and you want to sumif, column 2 if the criteria for column 3 is {A,B}
now you can do that if you use {A,B} in your criteria.
However i need is to convert the string into something that I can use in the formulae
Say that is another column I would have the criteria
Something like
Criteria
A
A,B
G,H,A
What I need is the SUMIF/SUMIFS/SUMPRODUCT to point at the cell that has the criteria (the criteria differs cell by cell, in number of conditions too) and make the calculation, so converting the string into the criteria for the formula
I hope I explained this well enough and that someone can help me, and this is now bugging me all day.
Many thanks
Oscar