Using the example table below, I can use the formula =VLOOKUP("ABC123456",Table1,3,FALSE) to lookup the Demand value, but I want to do be able to perform the lookup by using the Cust Part field without having to make the Cust Part field the first column in the table. Making Cust Part the first column isn't an acceptable solution, because I also need to perform lookups using the Part field, and I don't want to use hard coded ranges (e.g. $B$2:$C$4) mostly as a matter of preference, but also because using table and field names makes the formula easier to read. Is there any way to do this?
