Countifs formula for checkbox column has suddenly stopped working
Hello All,
My Countifs formula that counted when a box was checked in one of the columns has stopped working, giving me an invalid value error. I'm not sure if it was a recent update or what, but it has suddenly stopped working.
The Countif formula checks if the value in the checkbox column is checked:
=COUNTIFS([H1]:[H1], =[H1]@row, [Completed?]:[Completed?], =1)
The formula for the checkbox column is:
=IF(ISBLANK([Part Qty]@row), "", IF([QTY Finished Parts]@row >= [Part Qty]@row, 1, 0))
Some of the boxes are checked and some are not so I know this once is working.
Has anyone else experienced this issue?
Thanks
Best Answer
-
Is that error present in either of the referenced columns?
Answers
-
Is that error present in either of the referenced columns?
-
No sir, no errors in any of the referenced columns.
-
Try using @cell references.
@cell = [H1]@row
@cell = 1
-
I tried that and no luck.
-
I made a new sheet and entered the formula, and It works in the new sheet, but not in the old one.
Its a really big sheet, with 50+ columns and almost as many column formulas. Is there a limit to how many formula you can have in one sheet?
Edit**
I found an error at the bottom of the column of one of the reference columns. Thanks!
-
Happy to help. 👍️
For future reference, you can create a filter to show only rows that contain # or even filter based on that specific error to help narrow things down on larger sheets.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 439 Global Discussions
- 138 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 67 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!