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
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 141 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!