Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi,
I'm trying to find a formaul that does the following; Cell B2 is a pick-list of names. I want cell B3 to show the relevant phone number for the name that is picked in cell B2. there will be about 31 names to choose from in cell B2. Any ideas? Thanks! |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Assuming there is a table of names and phone numbers then in B3:
=VLOOKUP(B2,Sheet2!A2:B30,2,0) this assumes sheet 2 contains Names and phone in columns A & B so change as required. To allow for errors: If(ISNA(VLOOKUP(B2,Sheet2!A2:B30,2,0)),"",VLOOKUP( B2,Sheet2!A2:B30,2,0)) HTH "IoHeFy" wrote: Hi, I'm trying to find a formaul that does the following; Cell B2 is a pick-list of names. I want cell B3 to show the relevant phone number for the name that is picked in cell B2. there will be about 31 names to choose from in cell B2. Any ideas? Thanks! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how can I connect data in cell C to data in cell D? | Charts and Charting in Excel | |||
Excel Macro to Copy & Paste | Excel Worksheet Functions | |||
Printing data validation scenarios | Excel Worksheet Functions | |||
numbers being entered show in formula bar but not in cell? | Excel Discussion (Misc queries) | |||
Splitting Data in a Cell | Excel Worksheet Functions |