If I have these on Sheet 1

Name Age Cutoff
PersonOne 27 21
PersonTwo 21 20
PersonThree 19 19
PersonFour 17 20

I'm hoping to generate/list/display on the next sheet (Sheet 2)
of all the rows that has AGE less or equal to Cutoff, so on Sheet 2
based on the Sheet 1 data, I should get the following rows listed:

Name Age Cutoff
PersonThree 19 19
PersonFour 17 20


I hope this is clear enough for those interested to help.

Thank you.