I have a spreadsheet that contains all of the inventory information for a lot of products. These products are broken down into categories. For example, shoes (a parent row) would have the child rows of sneakers, heels, slippers. I am receiving orders from products onto another spreadsheet via a form. From the form, I am provided with the specific item someone has ordered (for example, heels) and I need to populate the parent row (shoes) into another column.
I have been able to use the match function to pull the row number that the item is on, but I can't seem to figure out how to pull in the parent row information...