Hi, i am very much stuck with this one and help would be greatly appreciated

Basically i have a sheet of names with priority on work to do, using index and match i would like to make the cell show me the number of "Low" priority items that a specific person has.

The names are in Cells E7:E120 and the priority are in cells H7:H120 and have a mix of high, medium and low priority.

I currently have this code which displays the value "low" in the Cell C3

=INDEX('Action Steps'!A7:O120,MATCH(B3,'Action Steps'!E7:E120,0), MATCH(C2,'Action Steps'!H7:H120,0))

This is in sheet 3 and sheet 1 is called Action Steps

I would like to then count how many "low" priority items say "John Smith" has

Thank you
Tom