To achieve this task, Felipe can use the DCOUNTA function along with structured references to the Orders table. Here's the formula for cell E6:
=DCOUNTA(Orders[#Data],"Scooter",D5:D6)
This formula assumes that the Orders table is located in the range A11:G74, and it counts the number of entries in the "Scooter" column (Mini category) that meet the criteria specified in the range D5:D6.
Make sure to adjust the formula if the actual range or column names are different in your spreadsheet. To achieve this task, Felipe can use the DCOUNTA function along with structured references to the Orders table.