Share via

EXCEL FILTERS

Anonymous
2021-08-21T03:24:53+00:00

Hi,

Simple question with a likely simple answer.

I'm using excel on Mac.

I want to filter my dates column from 'today' onwards (so every day I open my document, only data from 'today' onwards is displayed).

Help?

Many thanks.

Microsoft 365 and Office | Excel | For business | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

Answer accepted by question author

Anonymous
2021-08-21T07:58:54+00:00

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

Was this answer helpful?

0 comments No comments

4 additional answers

Sort by: Most helpful
  1. Anonymous
    2021-09-02T18:00:02+00:00

    Thanks,

    Shane

    Was this answer helpful?

    0 comments No comments
  2. Jim G 134K Reputation points MVP Volunteer Moderator
    2021-08-24T22:04:43+00:00

    Hi Shane

    Cell formulas work the same on Mac and Windows. You can use the FILTER worksheet function in Excel for Mac.

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2021-08-24T07:16:22+00:00

    Hello Ben,

    Have you checked the replies provided above? If you need any further help, please feel free to post back to us.

    Thanks,

    Chitrahaas

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2021-08-22T04:35:56+00:00

    I'm not sure you can use the FILTER function on you MAC. An alternative would be to use VBA:

    You can add the code shown below to the Workbook Open event:

    This code assumes your data is on Sheet4 in the range K1:K28.

    Was this answer helpful?

    0 comments No comments