Hi Ji2021!
Please try these steps:
* Select the cell where you want to create the drop-down list.
* Go to the "Data" tab and select "Data Validation".
* In the "Data Validation" window, select "List" under the "Allow" option.
* In the "Source" field, enter the list of values you want to include in the drop-down list, separated by commas (e.g. 1%, 2%, 3%).
* Click "OK" to create the drop-down list in the selected cell.
* In the table, add a filter to the column you want to filter based on the selected value.
* Click the drop-down arrow in the filter for that column and select "Filter by Condition".
* In the "Filter by Condition" window, select "Greater than" and enter the formula "=VALUE(LEFT($A$1,FIND("%",$A$1)-1))/100" (assuming the drop-down list is in cell A1).
* Click "OK" to apply the filter.
Now, when you select a value from the drop-down list, the table will automatically filter and show only the rows where the value in the selected column is greater than the selected value.
Kind Regards,
Shakiru