Problem filter list

Hello

I have a CSV file or I’m trying to make a filter:

Num;Name;Categorie
1;Beer Punch;Champagne
2;sunrise;Champagne
3;Tan;Champagne
4;Black;Café
5;Boulev;Café
6;Bourbon;Biere
7;Citrus Shandy;test
8;Honey Beer;test
9;IPA;Café
10;Shandy Radler;Café

I am looking to retrieve the index of each row or appears in the column “category” the word “Coffee”.

I have to do it backwards because I have the first result that appears (4) but not the following ones.

the loop stops after finding the first line where the word “Coffee” appears

thank you in advance