Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default Look up an item by starting to type see possible choices

I have a parts list with part names, descriptions and prices in Excel. I
would like to retrive prices and descriptions for an order by starting to
type the part name in a cell and have excell suggest possible parts based on
the first letters of the name so I could click on the one I want.

Thanks
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default Look up an item by starting to type see possible choices

I would suggest a DV dropdown List with a combobox assist.

http://www.contextures.on.ca/xlDataVal10.html

Then VLOOKUP formulas to return the descriptions and prices.

http://www.contextures.on.ca/xlFunctions02.html


Gord Dibben MS Excel MVP


On Sat, 20 Oct 2007 08:25:00 -0700, Vince R
wrote:

I have a parts list with part names, descriptions and prices in Excel. I
would like to retrive prices and descriptions for an order by starting to
type the part name in a cell and have excell suggest possible parts based on
the first letters of the name so I could click on the one I want.

Thanks


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default Look up an item by starting to type see possible choices

Thank you. I have successfully implemented your suggestion on the parts list
and it is a huge improvement.

However I have to scroll through the drop down list to find the part ID I
need.

Is there a way I can get to the section of parts I am looking for in the
drop down list by typing the first letter or two of the ID I am looking for?

Thank you again.

Vince R

"Gord Dibben" wrote:

I would suggest a DV dropdown List with a combobox assist.

http://www.contextures.on.ca/xlDataVal10.html

Then VLOOKUP formulas to return the descriptions and prices.

http://www.contextures.on.ca/xlFunctions02.html


Gord Dibben MS Excel MVP


On Sat, 20 Oct 2007 08:25:00 -0700, Vince R
wrote:

I have a parts list with part names, descriptions and prices in Excel. I
would like to retrive prices and descriptions for an order by starting to
type the part name in a cell and have excell suggest possible parts based on
the first letters of the name so I could click on the one I want.

Thanks



  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default Look up an item by starting to type see possible choices

Vince

If you followed Debra's instructions on creating the DV list with ComboBox you
should have Autocomplete in the partname list.

Download her sample workbook from that site to see it in action.


Gord

On Sun, 21 Oct 2007 06:14:04 -0700, Vince R
wrote:

Thank you. I have successfully implemented your suggestion on the parts list
and it is a huge improvement.

However I have to scroll through the drop down list to find the part ID I
need.

Is there a way I can get to the section of parts I am looking for in the
drop down list by typing the first letter or two of the ID I am looking for?

Thank you again.

Vince R

"Gord Dibben" wrote:

I would suggest a DV dropdown List with a combobox assist.

http://www.contextures.on.ca/xlDataVal10.html

Then VLOOKUP formulas to return the descriptions and prices.

http://www.contextures.on.ca/xlFunctions02.html


Gord Dibben MS Excel MVP


On Sat, 20 Oct 2007 08:25:00 -0700, Vince R
wrote:

I have a parts list with part names, descriptions and prices in Excel. I
would like to retrive prices and descriptions for an order by starting to
type the part name in a cell and have excell suggest possible parts based on
the first letters of the name so I could click on the one I want.

Thanks




  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default Look up an item by starting to type see possible choices

Thanks again. I got it to work...very slick.

I would like to use this look up capability in a different worksheet (our
bidding program) I get an error message saying data validation will not work
with references from other workbooks or worksheets.

I can probably figure out a way to work around this but it will be messy.

Anyh suggestions?

Many thanks again

"Gord Dibben" wrote:

Vince

If you followed Debra's instructions on creating the DV list with ComboBox you
should have Autocomplete in the partname list.

Download her sample workbook from that site to see it in action.


Gord

On Sun, 21 Oct 2007 06:14:04 -0700, Vince R
wrote:

Thank you. I have successfully implemented your suggestion on the parts list
and it is a huge improvement.

However I have to scroll through the drop down list to find the part ID I
need.

Is there a way I can get to the section of parts I am looking for in the
drop down list by typing the first letter or two of the ID I am looking for?

Thank you again.

Vince R

"Gord Dibben" wrote:

I would suggest a DV dropdown List with a combobox assist.

http://www.contextures.on.ca/xlDataVal10.html

Then VLOOKUP formulas to return the descriptions and prices.

http://www.contextures.on.ca/xlFunctions02.html


Gord Dibben MS Excel MVP


On Sat, 20 Oct 2007 08:25:00 -0700, Vince R
wrote:

I have a parts list with part names, descriptions and prices in Excel. I
would like to retrive prices and descriptions for an order by starting to
type the part name in a cell and have excell suggest possible parts based on
the first letters of the name so I could click on the one I want.

Thanks






  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default Look up an item by starting to type see possible choices

If you give the list range on the other sheet or workbook a defined name and use
that name in the DV source dialog you will be OK.

In source dialog enter =MyRange where MyRange is your defined name.

See Debra's site for more.

http://www.contextures.on.ca/xlDataVal01.html#Name for sheet in same workbook

http://www.contextures.on.ca/xlDataVal05.html for sheet in other workbook


Gord

On Sun, 21 Oct 2007 10:04:00 -0700, Vince R
wrote:

Thanks again. I got it to work...very slick.

I would like to use this look up capability in a different worksheet (our
bidding program) I get an error message saying data validation will not work
with references from other workbooks or worksheets.

I can probably figure out a way to work around this but it will be messy.

Anyh suggestions?

Many thanks again

"Gord Dibben" wrote:

Vince

If you followed Debra's instructions on creating the DV list with ComboBox you
should have Autocomplete in the partname list.

Download her sample workbook from that site to see it in action.


Gord

On Sun, 21 Oct 2007 06:14:04 -0700, Vince R
wrote:

Thank you. I have successfully implemented your suggestion on the parts list
and it is a huge improvement.

However I have to scroll through the drop down list to find the part ID I
need.

Is there a way I can get to the section of parts I am looking for in the
drop down list by typing the first letter or two of the ID I am looking for?

Thank you again.

Vince R

"Gord Dibben" wrote:

I would suggest a DV dropdown List with a combobox assist.

http://www.contextures.on.ca/xlDataVal10.html

Then VLOOKUP formulas to return the descriptions and prices.

http://www.contextures.on.ca/xlFunctions02.html


Gord Dibben MS Excel MVP


On Sat, 20 Oct 2007 08:25:00 -0700, Vince R
wrote:

I have a parts list with part names, descriptions and prices in Excel. I
would like to retrive prices and descriptions for an order by starting to
type the part name in a cell and have excell suggest possible parts based on
the first letters of the name so I could click on the one I want.

Thanks





Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Item numbers result in item description in next field in Excel Cheryl MM Excel Worksheet Functions 1 February 20th 07 03:51 PM
Fill in form to type Item descrictions and costs and fill in funct cradino Excel Worksheet Functions 0 July 16th 06 08:44 PM
Adding new 'Type' to Format->Number->Time->Type Chip Pearson Excel Discussion (Misc queries) 5 September 26th 05 08:45 PM
Choices [email protected] Excel Worksheet Functions 0 December 21st 04 12:07 AM
Selecting an Item from a List and getting a different item to pop. Matt Excel Worksheet Functions 1 December 7th 04 02:37 PM


All times are GMT +1. The time now is 02:25 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"