Why is my formula not working
Hi Experts,
I use this formula for column MODEL COUNT on a lot of sheets, but only on one sheet it's not working and I get "no match".
I'm not able to find the reason.
Could you please help. This is my formula:
=IF([helper column]@row = MIN(COLLECT([helper column]:[helper column], [Model Number]:[Model Number], @cell = [Model Number]@row)), 1)
Answers
-
I see that your column "helper column" uses a formula as well. Is it possible that even one cell in that helper column contains the error "NO MATCH"? If so, then this other formula will bubble up that one cell instead of skipping over it.
Try wrapping an IFERROR statement around your helper column formula, like so:
=IFERROR(formula, "")
Cheers,
Genevieve
Join us at Smartsheet ENGAGE 2024 🎉
October 8 - 10, Seattle, WA | Register now -
Hi @Genevieve P. ,
thanks for your feedback. I found the reason why it was not working yesterday. I had an row with empty cell at the bottom of the sheet. After deleting it the formula was working.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63K Get Help
- 379 Global Discussions
- 212 Industry Talk
- 442 Announcements
- 4.6K Ideas & Feature Requests
- 140 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 449 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 304 Events
- 34 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!