Skip to main content

I want to set up Google Sheets to track the "Total Spend" of each customer from Stripe. Each customer has their own row in the sheet, and I’d like the "Total Spend" cell in that row to automatically update whenever they make a new payment or renew a subscription.

Is there a way to set this up so the total updates automatically without manual entry every time they pay?

Thanks in advance for any help!

Hi @GSA 

You’ll have to first find the row based on your defined search criteria.

Zap action: GSheets - Lookup Row

 

Then you’ll need to add a step to SUM the values.

Zap action: Formatter > Numbers > Perform Math Operation (Add)

 

Lastly, you’ll need to add a step to update the row.

Zap action: GSheets - Update Row

Map the Row/ID from the previous GSheet step.

Map the output value from the Formatter step.


Hi @GSA,

I just came across your post here and wanted to check in here to see how you’re getting on. Were you able to follow Troy’s suggestion here?

Please do let us know if you’re still in need of some help on this at all - happy to assist further! 🤗


Reply