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
Need more help? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao! 👋 | Global Discussions
-
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
- Customer Resources
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 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!