Hey,
In Col. A, I have ID numbers and in Col.B I have figures. I want to multiply Col. B if my criteria fits in Col. A.
<tbody>
A
B
1
2,00
2
2,50
2
1,80
2
2,5
</tbody>
So the result should be :
Criteria : 2
Result : 2,50*1,80*2,5 = 11,25
Thnx a lot guys.