Using VLookUp

nofishing

New Member
Joined
Mar 15, 2009
Messages
2
Hi, I'm currently trying to create a system whereby a user can make queries in excel much like they could in access.
I've got a small database of houses in Excel, and I have the following criteria that I'd like to be able to input and for Excel to find houses which match all criteria.

<table x:str="" style="border-collapse: collapse; width: 398px; height: 243px;" border="0" cellpadding="0" cellspacing="0"><col style="width: 48pt;" span="2" width="64"> <col style="width: 111pt;" width="148"> <col style="width: 102pt;" width="136"> <tbody><tr style="height: 27pt;" height="36"> <td class="xl23" colspan="4" style="height: 27pt; width: 309pt;" width="412" height="36">Advanced House Search</td> </tr> <tr style="height: 12.75pt;" height="17"> <td style="height: 12.75pt;" height="17">
</td> <td>
</td> <td>
</td> <td>
</td> </tr> <tr style="height: 22.5pt;" height="30"> <td class="xl22" colspan="3" style="height: 22.5pt;" height="30">Maximum Price:</td> <td class="xl24" x:num="795000" align="right">
</td> </tr> <tr style="height: 12.75pt;" height="17"> <td style="height: 12.75pt;" height="17">
</td> <td>
</td> <td>
</td> <td>
</td> </tr> <tr style="height: 22.5pt;" height="30"> <td class="xl22" colspan="3" style="height: 22.5pt;" height="30">Minimum No. Beds:</td> <td x:num="" align="right">
</td> </tr> <tr style="height: 12.75pt;" height="17"> <td style="height: 12.75pt;" height="17">
</td> <td>
</td> <td>
</td> <td>
</td> </tr> <tr style="height: 22.5pt;" height="30"> <td class="xl22" colspan="3" style="height: 22.5pt;" height="30">Minimum No. Baths:</td> <td>
</td> </tr> <tr style="height: 12.75pt;" height="17"> <td style="height: 12.75pt;" height="17">
</td> <td>
</td> <td>
</td> <td>
</td> </tr> <tr style="height: 22.5pt;" height="30"> <td class="xl22" colspan="3" style="height: 22.5pt;" height="30">Minimum No. Receptions:</td> <td>


</td> </tr> </tbody></table>
I would like the houses that match all of the criteria to appear on another page too. How is this possible? I need to be able to link the VLookUps for each of the different criteria, and then somehow make this appear on another page? I thought maybe inputting the formula into a cell on another page and then after all of the criteria have been input having a button saying 'search' or something similar which simply links to the second page? Thanks for your help in advance!
 

Excel Facts

Workdays for a market open Mon, Wed, Friday?
Yes! Use "0101011" for the weekend argument in NETWORKDAYS.INTL or WORKDAY.INTL. The 7 digits start on Monday. 1 means it is a weekend.
Can u please send a spreadsheet sample to my email address. I can help you in this regard.

 
Last edited by a moderator:
Upvote 0
Hi I've worked out I can do this using a macro, so i go to record macro, go to the database page, and then on the autosort drop down menu choose custom, and then change it to greater than or equal to, but how is it possible to put the contents of a cell automatically into the box if you get me?
 
Upvote 0

Forum statistics

Threads
1,207,014
Messages
6,076,152
Members
446,187
Latest member
LMill

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