Skip to main content
Best answer

Using Google Sheets formulas on rows created by the Zap

  • June 21, 2021
  • 1 reply
  • 89 views

I use zapier to track tips for my fleet of drivers since my logistics software doesnt support it for some reason. The drivers name can only come in as some very long code that I have to translate. I made a new sheet with a simple table that connects the Driver ID and the human readable name. 

=iferror(vlookup('Data Ingestion'!A2,'Driver Keys'!$A$2:$B$45,2,false),"")

The “A2” value should go up to A3 and A4 and so on…

When zapier enters a new row, every single one of my formulas “AX” value gets bumped out of place. So A2 that is trying to refer to the corresponding A2 on another sheet now refers to A3.

My theory is that since zapier enters a new row instead of filling the next row, it tricks google sheets into adding one to everything every time a new row is entered.


Whos bright idea at Zapier was it to enter data like this? You cannot refer to data entered by zapier in a formula because of this. Makes the entire thing useless

Best answer by Troy TessaloneBest answer by Troy Tessalone

Hi @jackluis 

Check out this related Topic:

Also, consider looking into using ARRAYFORMULAS in your GSheets to make the formulas dynamic: https://support.google.com/docs/answer/3093275?hl=en

View original
Did this topic help you find an answer to your question?
This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

1 reply

Troy Tessalone
Forum|alt.badge.img+14
  • Zapier Expert
  • 31400 replies
  • Answer
  • June 21, 2021

Hi @jackluis 

Check out this related Topic:

Also, consider looking into using ARRAYFORMULAS in your GSheets to make the formulas dynamic: https://support.google.com/docs/answer/3093275?hl=en