End goal:
To enter a numeric value in a cell, and according to the value, it will hide all rows based on different values in a set column.
Example:
Enter 4 in cell B2 and it will hide all rows which contain values "AB5, AB6, AB7, AB8" in column P.
What i've tried:
VBA code, but i can only get...