I manage a spreadsheet that produces incremental numbers based on a variable with four distinct choices, each corresponding to a specific numeric prefix. The first two digits represent the year. Here’s a breakdown of the options and their respective prefixes:
- 220 (examples: 220000, 220001, 220002, etc.)
- 227
- 228
- 229
The spreadsheet has four columns, one for each option. When initials are entered in the appropriate column, the relevant number in that column is incremented by one, producing the correct number. Although I have hidden the cells on the right to prevent accidental duplicates, mistakes still occur. I would like to configure Zapier to monitor our CRM. When it detects a request for a new number, I want it to add information to the spreadsheet to generate the number, retrieve it, and then insert this value into the CRM record.
The spreadsheet is hosted on SharePoint Online. Here are my questions:
- Will the formulas recalculate when Zapier updates the table?
- How can I locate the row afterwards and return that value to Zapier?
I’ve encountered an issue where using a formula result for the ‘find row’ action fails to yield results, while manually entered text works fine.