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.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 495 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!