INDEX MATCH A PARENT
I have a sheet with raw materials used to manufacture a product. Currently, I am looking up the raw material available units by using an INDEX MATCH formula to match the Inventory ID on this sheet to the Inventory ID on a sheet that shows available units.
Here's a portion of the sheet used to produce the product:
The formula in the RM Available Units column is:
=INDEX({3 Corum RM Available}, MATCH([RM Inventory ID]@row, {3 Corum RM Inv ID}, 0))
The sheet that has the availability data looks like this:
As you can see, I'm currently showing the units available of that particular batch purchased using the Inventory ID, but I want to show the availability of all batches - the PARENT. For example, in this case, I actually have available 407 units of Tamanu Oil.
What formula do I need to use in the RM Available Units column to get this information?
Best Answer
-
Try matching on the product name instead of the inventory ID.
Answers
-
Try matching on the product name instead of the inventory ID.
-
So simple. Yes, that worked. Thank you!😀
-
Happy to help. 👍️
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
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!