Google Sheets Code

So in my Google sheet I have a column that says “Last Updated” and in the rows under it, it has the formatted date (yyyy-dd-mm). I want to search for rows that only contains dates that are within the last 7 days, how do I do that?

1 Like

In search rows module of google sheets, apply following filter.

I think this would work for you:

1 Like

Hi @StarAutomations

The filter @Rebecca_Katz specified would work only if its a Date column.

Best regards,
Msquare Automation
Platinum Partner of Make
@Msquare_Automation

1 Like

Hi @Umer_Jamil
If the values are returned as text then you will have to search rows without any filter and then add a filter outside the module as follow:


Best regards,
Msquare Automation
Platinum Partner of Make
@Msquare_Automation

1 Like