needing Index / Match formula help, If cell matches cell in another sheet, return value from
Needing to populate SAP Item # is BPX MM# matches on another sheet.
Best Answers
-
You could add another IF statement to return a blank ("") or 0 if the BPX MM# is blank.
=IFERROR(IF(ISBLANK([BPX MM#]@row), 0, INDEX({Source_SAP}, MATCH([BPX MM#]@row, {Source_BPX}, 0))), "")
-
genius. thanks you!
Answers
-
=IFERROR(INDEX({Source_SAP}, MATCH([BPX MM#]@row, {Source_BPX}, 0)), "")
Does this formula work for you?
-
Got it to work, thanks! Only one more challenge. Thoughts on how It could have it also return a 0 if the source MM# is blank but does have an SAP#? Currently it returns the first SAP# it finds that may not have an MM# assigned yet.
-
You could add another IF statement to return a blank ("") or 0 if the BPX MM# is blank.
=IFERROR(IF(ISBLANK([BPX MM#]@row), 0, INDEX({Source_SAP}, MATCH([BPX MM#]@row, {Source_BPX}, 0))), "")
-
genius. thanks you!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 142 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!