Help with a Sheet Summary Formula Error
I have a simple sheet summary formula that keeps returning "Invalid Operation". I am wanting to count the number of instances where the Potential Loss column is over $500. I've tried every variation of "500" I can think of (500.00, $500, "500.00"), but it's still returning an error. Any thoughts on what's wrong with my formula? (Bonus if you know a Sheet Summary formula to count specific symbols in a column)
Best Answers
-
I wonder if it has to do with the blanks. What happens if you change the column formula to the below?
=IF(Difference@row * [Current Sell]@row <> 0, MAX(Difference@row * [Current Sell]@row, 0))
-
Thanks to everyone who was helping with this… I solved the problem. Somewhere in my hundreds of rows of data someone keyed a non-number into a cell causing an error in one cell of the Potential Loss column. That single error kept my sheet summary formula from working. It's been fixed and shouldn't happen again.
Answers
-
What is the formula populating the [Potential Loss] column?
-
@Paul Newcome - this is the formula:
=IF(Difference@row * [Current Sell]@row = 0, "", IF(Difference@row * [Current Sell]@row < 0, 0, IF(Difference@row * [Current Sell]@row > 0, Difference@row * [Current Sell]@row)))
-
@Shawn Church This one is stumping me. I set up the same formula and received no error.
Isis Taylor
🎓️ Core App and Project Management Certified 🏅
🌟Peer Connect, Mobilizer, and Early Adopter Program
Business Analyst Senior
-
I wonder if it has to do with the blanks. What happens if you change the column formula to the below?
=IF(Difference@row * [Current Sell]@row <> 0, MAX(Difference@row * [Current Sell]@row, 0))
-
Thanks to everyone who was helping with this… I solved the problem. Somewhere in my hundreds of rows of data someone keyed a non-number into a cell causing an error in one cell of the Potential Loss column. That single error kept my sheet summary formula from working. It's been fixed and shouldn't happen again.
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!