Hi RubenVDV,
Hope I got it right.
I created only a small section of your large table to show how it can work.
Please try this
A2=COUNTIFS(Table 4::A,"Bags 5",Table 4::B,">0") or COUNTIFS(Table 4::A;"Bags 5";Table 4::B;">0")
COUNTIFS will only count rows that meet both tests
A: Text in column A = Bags 5
B: Value in column B is >0

Based on your region the , or the ; will be used to separate the different sections of a formula. If you write one thousand as 1,000.00 then the , is used as your formula separator. If you write one thousand as 1.000,00 then the ; is used as your formula separator.
Hope this will solve your question, please let me know if this worked for you or if something in unclear.
Regards Ralf