![]() |
![]() |
|
|||||||
| 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: 22
|
Please help me out.
I have 2 columns of data in columns A and B my Combo box lists on column A and pastes the name from column A in Cell F3. How can I have it search column A far a name and paste that person's phone number I have written in Column B in cell F3 instead? Thanks for any help. Dale |
|
|
|
|
|
#2 |
|
Board Regular
Join Date: Mar 2002
Location: Leiden, The Netherlands
Posts: 68
|
Just paste the combo box result in another cell than F3 (e.g. G3), and put the following code in F3:
=VLOOKUP($G$3,$A$2:$B$100,2,FALSE) Marc |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|