Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I am creating a quote sheet in excel that will need to be filled out quickly
while on the phone with my customers. There is basic info that will be needed for each quote. The first thing will be the customer name. What would be the best way to set up a cell to auto select from a list? Lets say John Does Lumber Yard calls, is there a way I can start tying J and be able to select John Does Lumber Yard from a list and have it auto fill the cell? I have it set up right now with a drop down list but it takes just as long to search threw all my customers in the drop down list than it would to just type it in. I was thinking if I had a drop down list I could click on the carrot and type J and the list would automatically scroll to the customers beginning with J but this is not the case. I have to manually scroll down and find the customer. Any suggestions would be greatly appreciated. Thanks. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You could use dependent data validation lists, whereby in one cell you
would type J (or choose J from a list) and then in the next cell your drop-down would contain only those names which began with J. Debra Dalgleish shows how to do this he http://www.contextures.com/xlDataVal02.html Hope this helps. Pete On Jul 1, 4:00*pm, Joe H. <Joe wrote: I am creating a quote sheet in excel that will need to be filled out quickly while on the phone with my customers. There is basic info that will be needed for each quote. The first thing will be the customer name. What would be the best way to set up a cell to auto select from a list? Lets say John Does Lumber Yard calls, is there a way I can start tying J and be able to select John Does Lumber Yard from a list and have it auto fill the cell? I have it set up right now with a drop down list but it takes just as long to search threw all my customers in the drop down list than it would to just type it in. I was thinking if I had a drop down list I could click on the carrot and type J and the list would automatically scroll to the customers beginning with J but this is not the case. I have to manually scroll down and find the customer. Any suggestions would be greatly appreciated. Thanks. * * |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Well i know if the column has the same info in it it will try to auto fill
that cell you are typing in. Can you set a cell to auto fill from a different range of cells on a different worksheet? "Pete_UK" wrote: You could use dependent data validation lists, whereby in one cell you would type J (or choose J from a list) and then in the next cell your drop-down would contain only those names which began with J. Debra Dalgleish shows how to do this he http://www.contextures.com/xlDataVal02.html Hope this helps. Pete On Jul 1, 4:00 pm, Joe H. <Joe wrote: I am creating a quote sheet in excel that will need to be filled out quickly while on the phone with my customers. There is basic info that will be needed for each quote. The first thing will be the customer name. What would be the best way to set up a cell to auto select from a list? Lets say John Does Lumber Yard calls, is there a way I can start tying J and be able to select John Does Lumber Yard from a list and have it auto fill the cell? I have it set up right now with a drop down list but it takes just as long to search threw all my customers in the drop down list than it would to just type it in. I was thinking if I had a drop down list I could click on the carrot and type J and the list would automatically scroll to the customers beginning with J but this is not the case. I have to manually scroll down and find the customer. Any suggestions would be greatly appreciated. Thanks. |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Not without using a combo-box.
Gord On Tue, 1 Jul 2008 08:48:00 -0700, Joe H. wrote: Well i know if the column has the same info in it it will try to auto fill that cell you are typing in. Can you set a cell to auto fill from a different range of cells on a different worksheet? "Pete_UK" wrote: |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
BTW.......what is a "carrot" in the context of dropdown lists?
Did you mean "arrow"? Gord On Tue, 01 Jul 2008 10:33:02 -0700, Gord Dibben <gorddibbATshawDOTca wrote: Not without using a combo-box. Gord On Tue, 1 Jul 2008 08:48:00 -0700, Joe H. wrote: Well i know if the column has the same info in it it will try to auto fill that cell you are typing in. Can you set a cell to auto fill from a different range of cells on a different worksheet? "Pete_UK" wrote: |
#6
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Gord,
I think he meant caret, the name for the ^ symbol, as detailed he http://en.wikipedia.org/wiki/Caret Pete On Jul 1, 6:34*pm, Gord Dibben <gorddibbATshawDOTca wrote: BTW.......what is a "carrot" in the context of dropdown lists? Did you mean "arrow"? Gord |
#7
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Joe
DV dropdowns do not have the autocomplete feature. You would have to use a combobox for that. See Debra Dalgeish's site for help For the combobox solution see http://www.contextures.on.ca/xlDataVal10.html Gord Dibben MS Excel MVP On Tue, 1 Jul 2008 08:00:02 -0700, Joe H. <Joe wrote: I am creating a quote sheet in excel that will need to be filled out quickly while on the phone with my customers. There is basic info that will be needed for each quote. The first thing will be the customer name. What would be the best way to set up a cell to auto select from a list? Lets say John Does Lumber Yard calls, is there a way I can start tying J and be able to select John Does Lumber Yard from a list and have it auto fill the cell? I have it set up right now with a drop down list but it takes just as long to search threw all my customers in the drop down list than it would to just type it in. I was thinking if I had a drop down list I could click on the carrot and type J and the list would automatically scroll to the customers beginning with J but this is not the case. I have to manually scroll down and find the customer. Any suggestions would be greatly appreciated. Thanks. |
#8
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
probably really late now joe but would it not be easier to write the
companies names in a1:a99 then hide them then when you type in (say a100). after typing the first letter or two you could press enter, the company you wanted should fill in the space -- deejay "Joe H." wrote: I am creating a quote sheet in excel that will need to be filled out quickly while on the phone with my customers. There is basic info that will be needed for each quote. The first thing will be the customer name. What would be the best way to set up a cell to auto select from a list? Lets say John Does Lumber Yard calls, is there a way I can start tying J and be able to select John Does Lumber Yard from a list and have it auto fill the cell? I have it set up right now with a drop down list but it takes just as long to search threw all my customers in the drop down list than it would to just type it in. I was thinking if I had a drop down list I could click on the carrot and type J and the list would automatically scroll to the customers beginning with J but this is not the case. I have to manually scroll down and find the customer. Any suggestions would be greatly appreciated. Thanks. |
#9
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi
I can't see your original post, but I have written some code which will allow you to enter a single letter in a Data validation cell, and when you click the dropdown you will be taken to that part of the list that starts with the letter. An example file can be found at http://www.contextures.com/DataValHeadings.zip -- Regards Roger Govier "confused deejay" wrote in message ... probably really late now joe but would it not be easier to write the companies names in a1:a99 then hide them then when you type in (say a100). after typing the first letter or two you could press enter, the company you wanted should fill in the space -- deejay "Joe H." wrote: I am creating a quote sheet in excel that will need to be filled out quickly while on the phone with my customers. There is basic info that will be needed for each quote. The first thing will be the customer name. What would be the best way to set up a cell to auto select from a list? Lets say John Does Lumber Yard calls, is there a way I can start tying J and be able to select John Does Lumber Yard from a list and have it auto fill the cell? I have it set up right now with a drop down list but it takes just as long to search threw all my customers in the drop down list than it would to just type it in. I was thinking if I had a drop down list I could click on the carrot and type J and the list would automatically scroll to the customers beginning with J but this is not the case. I have to manually scroll down and find the customer. Any suggestions would be greatly appreciated. Thanks. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Auto fill/list | Excel Discussion (Misc queries) | |||
Drop Down List & Auto Fill | New Users to Excel | |||
Auto Fill from Drop Down list | Excel Worksheet Functions | |||
Auto Fill Cells, When Choosing From Drop-Down List... | Excel Worksheet Functions | |||
Auto-Fill in List Fields? | Excel Worksheet Functions |