Skip to main content

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!

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!