Countif Help Getting #Invalid Operation
I have two columns of data. In one column I have a formula that looks for Ownership Changes (=COUNTIF([Service Request Record Type]:[Service Request Record Type], "Ownership Changes")
In another column I have a formula that is looking for Management Company Change Requests (=COUNTIF([Billing Request]:[Billing Request], "Management Company Change Request")
I would like to combine these but I keep getting #Invalid Operation (=COUNTIFS([Service Request Record Type]:[Service Request Record Type]="Ownership Changes",[Billing Request]:[Billing Request]="Management Company Change Request")
Answers
-
Try this
=COUNTIFS([Service Request Record Type]:[Service Request Record Type], @cell = "Ownership Changes", [Billing Request]:[Billing Request], @cell = "Management Company Change Request")
-
That gives me only 81 records where there are over 600 of just Management Company Change Requests. I think that is looking at anything that is ownership change AND management company change. Where I need it to look at Ownership change total + Management Company Change total to get a combined total
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.9K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 458 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 136 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!