I'm putting together a lookup tool. The columns are types of cars (trucks, SUV's, vans, cars), paint colors available on each car (green, red, blue, yellow), and the third column is the car name (F150, F350, Envoy, Astro Van, Grand Prix, Grand Am). The fourth column (which is the column I'd like to return as the answer) is the regions in the world each type of car, by color, by name is available in.
I have three validations lists set up where I can select the type, color and name. Underneath the selections is a cell to show the answer to where that specified vehicle is available (regions available). How do I create a lookup function based on the type, color and name of the vehicle to return where it is available (regions available)?
I have three validations lists set up where I can select the type, color and name. Underneath the selections is a cell to show the answer to where that specified vehicle is available (regions available). How do I create a lookup function based on the type, color and name of the vehicle to return where it is available (regions available)?