A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data
Hello Ben,
Per the description shared, I assume you want to filter the dates automatically and filter based on Today's date and after today's date. If yes, you need to use programming to achieve it but if you are okay to achieve it via few clicks, you can use the Filter feature in the Data tab and use Between to select the dates.
To use the Data> Filter feature: Select the range> Data tab> Filter> Click on the down arrow at Dates column> Select Between in Choose One> Select Today's date at After> Select Or> Then Choose "Equals" and set to Today's date.
If you want to filter the data of Dates separately, you can use the formula like =FILTER(A2:A7,A2:A7>=TODAY(),""). Reference: FILTER function - Office Support (microsoft.com)
Note: Where A2:A7 is the range of Dates.
Thanks for understanding!!
Best Regards,
Chitrahaas