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)
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)