Formula says #INVALID OPERATION.
I have this formula in one of my sheets. It was a default formula and it mirrors the rest of the formulas on the page that all work, but it's coming up with #INVALID OPERATION.
=SUM(COUNTIF(Priority:Priority, "High") - (COUNTIFS(Priority:Priority, "High", Status:Status, "Complete")))
The Priority column is a symbol column and they are high medium low so I'm not sure where the issue is. It was originally a column with a formula in it, but it still had the same error. What can I do to fix it?
Answers
-
I was able to get the following to work:
=COUNTIFS(Priority:Priority, "High", Status:Status, <>"Complete")
Hope this helps!:)
-
I tried your formula and got the same error. I did fix it though. It seems that in several rows above all of the symbols were populating the cells using a formula. Once I deleted the formulas from those cells it immediately summed all of the High status cells together.
-
@BethWork Glad you got it to work!:)
-
I had a similar issue. I had to convert a column formula to cell formula, delete the formula from the cell that was giving the Invalid Operation error, then turn the formula back to a column formula.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.1K Get Help
- 444 Global Discussions
- 142 Industry Talk
- 472 Announcements
- 5K Ideas & Feature Requests
- 83 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 489 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!