Skip to main content

I’m looking to have my webhook add +1 to the number already in a cell. I’ve tried =(c8)+1 but getting a #REF error.

 

Any ideas how I can take the number already there and add 1 to it? 

Hi @BFT 

Good question.

Try these Zap steps:

  1. Trigger: ???
  2. Action: GSheets - Lookup Row
    1. Used to get the current value of the desired column cell
  3. Action: Formatter > Numbers > Perform Math Operation
    1. Operation: Add + 1
  4. Action: GSheets - Update Row
    1. Map the Row ID from Step 2

There are some really great articles out their that reference how to use formulas with GSheets