Make a filter

Can I make a filter that gives me results between two dates?
For example: I need to know the amount of sales from 01/01/2021 to 30/01/2021

Do you need help with the display or computing the values based on the dates ? If its computing its pretty straight forward using math or if-then-else or a combination of the column types. If you can share sample data probably we can try with what you can do.

-Shiv