Hi!
I'm trying to make this formula using index and match but I have a missing part. Here's what I'm trying to get:
I have 2 columns on my sheet 1: Type and Size. Type contains values like: Gate, Butterfly.. etc (Valves type)
Size is just a number
On my sheet 2 I have the columns Classification, Type and Minimum and maximum sizes.
My problem is, in the sheet 1 I need to get the right classification from sheet 2 based on the type and the size, which will be a value between the minimun and maxmiun from sheet 2 but always taking in consideration the type.
Right now I have this formula but of course is not choosing the right row:
=INDEX($E$30:$H$65,MATCH(B168,$E$29:$E$65,0),4)
=INDEX(TablerangeInSheet2,Match(TypeFromSheet1,$TypeColumnInSheet2,0),TheColumnIWantToGet)
Please let me know any question you have and I'll try to clarify the best I can.
Moderator's note: Please take the time to review our rules. There aren't many, and they are all important. Rule #1 requires good titles. "Help with a formula" does not tell us about your question. I have updated it for you this time because you are a new member. --6StringJazzer
Bookmarks