I have an automation counter that is working on 99% correctly. I cannot figure out why.

This formula is working everywhere except on Q2. this is a test for 2022. here is the formula.
=COUNTIFS({[Juan] Service Support KPI - [2022: Q2] Range 1}, [Tech Name:]@row, {[Juan] Service Support KPI - [2022: Q2] Range 2}, CONTAINS("COI - Request Change", @cell)) + COUNTIFS({[Kevin] Service Support KPI - [2022: Q2] Range 1}, [Tech Name:]@row, {[Kevin] Service Support KPI - [2022: Q2] Range 2}, CONTAINS("COI - Request Change", @cell)) + COUNTIFS({[Reba] Service Support KPI - [2022: Q2] Range 2}, [Tech Name:]@row, {[Reba] Service Support KPI - [2022: Q2] Range 3}, CONTAINS("COI - Request Change", @cell)) + COUNTIFS({[Seth] Service Support KPI - [2022: Q2] Range 1}, [Tech Name:]@row, {[Seth] Service Support KPI - [2022: Q2] Range 2}, CONTAINS("COI - Request Change", @cell))
Here is an example of it working correctly:
=COUNTIFS({[Juan] Service Support KPI - [2022: Q2] Range 1}, [Tech Name:]@row, {[Juan] Service Support KPI - [2022: Q2] Range 3}, CONTAINS("INVOICE - Customer Site Listing", @cell)) + COUNTIFS({[Kevin] Service Support KPI - [2022: Q2] Range 1}, [Tech Name:]@row, {[Kevin] Service Support KPI - [2022: Q2] Range 2}, CONTAINS("INVOICE - Customer Site Listing", @cell)) + COUNTIFS({[Reba] Service Support KPI - [2022: Q2] Range 2}, [Tech Name:]@row, {[Reba] Service Support KPI - [2022: Q2] Range 3}, CONTAINS("INVOICE - Customer Site Listing", @cell)) + COUNTIFS({[Seth] Service Support KPI - [2022: Q2] Range 1}, [Tech Name:]@row, {[Seth] Service Support KPI - [2022: Q2] Range 2}, CONTAINS("INVOICE - Customer Site Listing", @cell))
Best Answer
-
So it seems like smart sheets just wanted to me rewrite the formula.
Is there any reason why I would have to rewrite 7 out of 207 column formulas that previously worked ?
Answers
-
It's seems like i'm typing in @cell and smart sheets is defaulting the formula @row.
-
So it seems like smart sheets just wanted to me rewrite the formula.
Is there any reason why I would have to rewrite 7 out of 207 column formulas that previously worked ?
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.3K Get Help
- 462 Global Discussions
- 156 Industry Talk
- 508 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 81 Community Job Board
- 517 Show & Tell
- 35 Member Spotlight
- 3 SmartStories
- 308 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!