Hi All,
I'm trying to add quantities values of a table depending of the category reference and costumer (on this case "A"), but I cant figure it out why I have and error on my formula (#Value!).
=IF(AND($B$2:$B$1267="A"),SUMIF($A$2:$A$1267,VLOOKUP(A1272,$A$2:$C$1267,1,0),$C$2:$C$1267))
Thanks for your help!, I tryed but I'm stock.
I'm trying to add quantities values of a table depending of the category reference and costumer (on this case "A"), but I cant figure it out why I have and error on my formula (#Value!).
Category | Costumer | Qty |
1 | A | 70,700 |
5 | B | - |
3 | A | 21,000 |
3 | C | 12,136 |
5 | B | 6,560 |
1 | A | 6,560 |
=IF(AND($B$2:$B$1267="A"),SUMIF($A$2:$A$1267,VLOOKUP(A1272,$A$2:$C$1267,1,0),$C$2:$C$1267))
Thanks for your help!, I tryed but I'm stock.