vlookup Tractors

bianchipassione

New Member
Joined
Mar 17, 2014
Messages
44
I want to create page using a filters data as it proceeds. the end result is a means for our salesmen to find the purchase price of different models of tractors.

Ideally, the person will select the brand of tractor, then using the next box, select the particular make. (up to 30). After selecting the make, they would then select from up to 5 models. Once done, the purchase information would be displayed.

I have a page containing all the information from which the vlookup will use.

Right now, I am getting #NA as a result.

My vlookup uses the entered brand name the user would type in. the formula is: =VLOOKUP(B1,CombPurchModel!A2:X$112,2,0)
 

Excel Facts

Fastest way to copy a worksheet?
Hold down the Ctrl key while dragging tab for Sheet1 to the right. Excel will make a copy of the worksheet.

I am working through this, but one thing I am having issues with is the fact that my data sheet has 113 lines. Each line has a brand, model and description.

When I click on the brand cell to select "John Deere; Harlo; Kubota" etc, I see a list showing each line. I was expecting to just see the three brands not John Deere repeated more than once. I obviously missed something in creating the Named list process, but cannot find it.
 
Upvote 0
Your named ranges should have each value once only
 
Upvote 0
What I am actually looking for is a way to make the brand show the "unique" values that are in my data sheet. So,despite there being 75 rows starting with John Deere as the brand, I want my selection box to shwo John Deere 1 time.
 
Upvote 0
Your named ranges should have each value once only

Not sure how. SO I will try to include a sample

IDBrandModelTracModelDescTracWheetTypeTracTransTypeTracModelFrameTracModelWTTracModTypeTracDHrRateTracTRentTracStationType
2John Deere62306230 2WD Open R&P2WD SWROpen
3John Deere62306230 Mudder Open FlangeAWD S Open
4John Deere63206320 Mudder OpenAWD S Open
8John Deere50955095M 4WD OpenAWD Open
9John Deere50955095M AWD Cab 230/95 R48AWD Standard
10John Deere50955095MH Mudder OpenAWD Open
11John Deere51005100M AWD OpenAWD Open
12John Deere51005100MH Mudder OpenAWD Open
13John Deere51005100MH Mudder CabAWD Standard
14John Deere51005100EN AWD Narrow OpenAWD Premium
23John Deere64206420 2WD Open2WD S Premium
24John Deere64206420 Mudder OpenAWD S Standard
25John Deere64206420 AWD OpenAWD S Open
26John Deere64206420L AWD Open Low ProfileAWD S Open
27John Deere64206420L AWD Cab Low ProfileAWD S Standard
28John Deere64306430 Mudder Open R&PAWD S Open
29John Deere64306430 AWD Row Crop Open R&PAWD S Open
30John Deere61256125M AWD Open Flange Row CropAWD S Open
31John Deere64306430 AWD Open Flange Row CropAWD S Open
32John Deere64306430 AWD Cab Row CropAWD S Standard
33John Deere64306430 AWD P Cab Row Crop Premium PQAWDPower shiftS Premium
34John Deere61256125R AWD Row Crop Cab Premium AQ+AWDAQ+S Premium
35John Deere64306430 AWD Cab Row Crop Premium IVTAWDIVTS Premium
84CatMT765MT765 C Cab Power Shift Narrow2WDPower shift TBStandard
85CatMT765MT765 C Cab Power Shift Wide2WDPower shift TB56Standard
86CatMT765MT765 D Cab Power Shift Wide2WDPower shift TBStandard
91KubotaM9000M9000 Mudder OpenAWD Open
92KubotaM96M96 Mudder OpenAWD SW Open
97KubotaL3200 DTL3200 DT 2WD Open Station - Syncro2WD SW 00Open
99KubotaL3800 DTL3200 DT 2WD Open Station - Syncro2WD SW 00Open
100Massey-Ferguson26062606 2WD Open Station - Syncro2WD SW 00Open
101KubotaMX4800MX4800 2WD Open Station - Syncro2WD 00Open
102KubotaL4600L4600 4WD Open Station - IVT4WD SW 00Open
103KubotaMX5200 DTMX5200 DT 4WD Open Station - Syncro4WD SW 00Open
104Massey-Ferguson47074707 4WD Open Station - PR4WD SW 00Open

<tbody>
</tbody><colgroup><col><col><col><col><col><col><col><col><col><col><col><col></colgroup>
 
Upvote 0
You need to set-up your named ranges as shown in the link I provided.
That is a list of Makes, a list of models per make etc.
 
Upvote 0
What is the output you require from the data in post #6 and which conditions must hold for that output?

Essentially, once the user "drills" down and selects the correct tractor, he will see the purchase amount, rental rates as well as help determine the selling price. (my list above does not display at least 8 columns of data)
 
Upvote 0
So...

The user will select a Brand from a drop down list. then from another box, he will select from a list of Makes. Then in the third, he will select the desired model which will then display the associated data on the SS.

In the brand drop down, I wanted to show only the Unique brand values. But right now, I see a brand line for each of the makes and model that exist in that brand (for John Deere, I am seeing at least 20 John Deere" (hopefully this make sense)
 
Upvote 0

Forum statistics

Threads
1,215,054
Messages
6,122,893
Members
449,097
Latest member
dbomb1414

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top