![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
New Member
Join Date: Mar 2002
Posts: 18
|
When using VLOOKUP (which I FINALLY have figured out) I am trying to figure out how to get the cell information to complete after only a couple of letters or numbers are typed. Is this possible?
My current formula is written as: =vlookup(a1,sales!,a1:c308,2,false) As usual, many thanks. |
|
|
|
|
|
#2 |
|
Board Regular
Join Date: Mar 2002
Posts: 162
|
If len(cell)>then
gluck. |
|
|
|
|
|
#3 | |
|
MrExcel MVP
Join Date: Feb 2002
Location: The Hague
Posts: 50,317
|
Care to give a couple of exemples of what you mean by: how to get the cell information to complete after only a couple of letters or numbers are typed?
Quote:
[ This Message was edited by: Aladin Akyurek on 2002-03-27 04:59 ] |
|
|
|
|
|
|
#4 |
|
New Member
Join Date: Mar 2002
Posts: 18
|
Aladin,
If I was typing lets say (detector), as the part number in the A1 cell, after typing (det) (detector) would automatically come up. Disregard parentheses. |
|
|
|
|
|
#5 |
|
Board Regular
Join Date: Mar 2002
Posts: 162
|
xcuse me, I was a little bit off.
|
|
|
|
|
|
#6 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Newcastle, UK
Posts: 1,174
|
Have you explored the Data>Validation>List option? You could use drop down list instead of typing.
__________________
"Have a good time......all the time" Ian Mac |
|
|
|
|
|
#7 |
|
New Member
Join Date: Mar 2002
Posts: 18
|
Ian Mac,
Can this be used when you are referencing another worksheet? |
|
|
|
|
|
#8 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Newcastle, UK
Posts: 1,174
|
It can if you first Name the Range and in the Formula bar of Validation Box put =MyRange (Change to what you call it)
__________________
"Have a good time......all the time" Ian Mac |
|
|
|
|
|
#9 |
|
New Member
Join Date: Mar 2002
Posts: 18
|
Sorry for sounding dumb, but what do you mean by this.
|
|
|
|
|
|
#10 | |
|
MrExcel MVP
Join Date: Feb 2002
Location: The Hague
Posts: 50,317
|
Quote:
Besides a VBA solution, you can try using a dropdown list in A1 from which to select an entry that you can then feed to the VLOOKUP formula. |
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|