SUMIF not working
Hi, I am trying to SUMIF to a range of VLOOKUP's where some of them result in #NO MATCH. And the SUMIF always gives me a #NO MATCH error.
Can someone explain to me why this is not working and if there is a workaround.
Thanks!!
Best Answer
-
You will need to remove the error from the VLOOKUPs by wrapping them in an IFERROR.
=IFERROR(VLOOKUP(.....................), 0)
Answers
-
You will need to remove the error from the VLOOKUPs by wrapping them in an IFERROR.
=IFERROR(VLOOKUP(.....................), 0)
-
Thank you Paul for your quick feedback. That worked well, it would be great if such limits of functions are mentioned at the learning center page each function.
-
The IFERROR page uses a VLOOKUP as an example. Or are you meaning that it specifies that a range containing an error will have that error pull through into a formula referencing that range?
-
Yeah, I mean to mention that if a range contains an error will that error pull through into a formula referencing that range - that could like a general note at every learning center page of each function.
Thanks,
Markus
-
Yeah. That is true for all functions. Some errors pull through and others will just break everything and cause a #BLOCKED error.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.5K Get Help
- 430 Global Discussions
- 136 Industry Talk
- 465 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 146 Just for fun
- 63 Community Job Board
- 466 Show & Tell
- 32 Member Spotlight
- 2 SmartStories
- 301 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!