Skip to main content
Best answer

Select data where date include between start to end

  • October 8, 2021
  • 3 replies
  • 261 views

Hello

 

it is possible to select in a google sheet rows whose current date is between a start date and an end date (the start and end date are included in the rows of the table)

 

thanks

Best answer by Troy Tessalone

Hi @Eric B 

There are advanced workarounds using filter/query formulas but there are limitations to be aware of, such as the number of rows that can be returned.

 

 

Perhaps consider using Airtable: https://zapier.com/apps/airtable/integrations

Airtable has an API that can be used: https://www.airtable.com/developers/scripting/api

Again, there are pagination limitations to be aware of such as 100 records per page.

This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

3 replies

jayeshkumarbhatia
Forum|alt.badge.img+7

Hey @Eric B ,

 

Unfortunately this is not possible on Zapier. We can lookup only for exact values with Google Spreadsheet action. 


Troy Tessalone
Zapier Orchestrator & Solution Partner
Forum|alt.badge.img+14
  • Zapier Orchestrator & Solution Partner
  • Answer
  • October 8, 2021

Hi @Eric B 

There are advanced workarounds using filter/query formulas but there are limitations to be aware of, such as the number of rows that can be returned.

 

 

Perhaps consider using Airtable: https://zapier.com/apps/airtable/integrations

Airtable has an API that can be used: https://www.airtable.com/developers/scripting/api

Again, there are pagination limitations to be aware of such as 100 records per page.


  • Author
  • Beginner
  • October 11, 2021

thank you for your answers