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
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 495 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!