Skip to main content
Best answer

Updating columns in gSheets using Lookup formula

  • September 16, 2021
  • 2 replies
  • 29 views

I’m trying to update a row that was just created with an Amount column where each new row created will have an amount that’s greater than zero. I’d like to make the Lookup Value any value that’s greater than 0 and then have it update another column in the sheet with a formula that would give the result of the value in the Amount column divided by 5. Is this possible in Zapier? Thanks in advance!

Best answer by Troy Tessalone

Hi @Ben F. 

Look into using ARRAYFORMULA function in the GSheet: https://support.google.com/docs/answer/3093275?hl=en

That way the GSheet rows are updated automatically when new row data is added and won’t involve Zaps.

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

2 replies

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

Hi @Ben F. 

Look into using ARRAYFORMULA function in the GSheet: https://support.google.com/docs/answer/3093275?hl=en

That way the GSheet rows are updated automatically when new row data is added and won’t involve Zaps.


  • Author
  • New
  • September 17, 2021

Great, thanks Troy!