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.6K Get Help
- 433 Global Discussions
- 136 Industry Talk
- 465 Announcements
- 4.9K Ideas & Feature Requests
- 143 Brandfolder
- 147 Just for fun
- 63 Community Job Board
- 466 Show & Tell
- 32 Member Spotlight
- 2 SmartStories
- 298 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!