Index Match function with specific criteria
Hello,
I have successfully put together a formula to pull an Investigation tracking number to a cell when the product name on the new sheet matches the product name on the Investigation Tracker sheet.
=IFERROR(INDEX({Investigation Tracker Range 1}, MATCH([PO Item Description]@row, {Investigation Tracker Range 3}, 0)), "")
What I would now like to do is to only have this pull the investigation number when the Investigation Tracker status column is anything but "closed".
Any advise is appreciated.
Tom
Answers
-
Hi @tmckivergan,
Give this a try.
=IFERROR(INDEX(COLLECT({Investigation Tracker Range 1}, {Investigation Tracker Range 3}, =[PO Item Description]@row, {Investigation Tracker Range 4}, <>"closed"), 1), "")
{Investigation Tracker Range 4} is a cross-sheet reference to the status column.
Hope this helps,
Dave
-
That worked perfectly. Thank you very much
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.1K Get Help
- 444 Global Discussions
- 141 Industry Talk
- 472 Announcements
- 5K Ideas & Feature Requests
- 83 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 489 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!