Filter by current day of week

Hello, is there a way to show row data based on the day of the week? Most rows of my datasheet are assigned to specific days of the week. If it is Tuesday, how do I program the app to show only the rows of data that have “Tuesday” in the “Day” column?

1 Like

Hello
Try like this, then you must filter

1 Like

Create a column for a Weekday [=weekday(today())].
Your data should have a number for the day of the week for each row.

Use these two fields to filter the data.

1 Like