Best answer

Updating columns in gSheets using Lookup formula

  • 16 September 2021
  • 2 replies
  • 20 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!

icon

Best answer by Troy Tessalone 16 September 2021, 21:36

View original

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

Userlevel 7
Badge +14

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.

Great, thanks Troy!