Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I need to create a formula that returns a value based on the value of another
column. If i enter the name in sheet 2 i need the location and position column to auto fill with correct info. Sheet 1 will be my data base. Sheet 1 Name Location Position Joe Miami Tech Mary New York Manager Frank LA Client Sheet 2 Name : Location : Position: |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=VLOOKUP(B2,Sheet1!A:C,2,False)
and =VLOOKUP(B2,Sheet1!A:C,3,False) -- __________________________________ HTH Bob "Majic" wrote in message ... I need to create a formula that returns a value based on the value of another column. If i enter the name in sheet 2 i need the location and position column to auto fill with correct info. Sheet 1 will be my data base. Sheet 1 Name Location Position Joe Miami Tech Mary New York Manager Frank LA Client Sheet 2 Name : Location : Position: |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Sheet1 A2:A4 = names
Sheet1 B2:B4 = locations Sheet1 C2:C4 = positions Sheet2: A1 = name = Mary Enter this formula in A2 and copy down to A3: =VLOOKUP(A$1,Sheet1!A$2:C$4,ROWS(A$2:A2)+1,0) -- Biff Microsoft Excel MVP "Majic" wrote in message ... I need to create a formula that returns a value based on the value of another column. If i enter the name in sheet 2 i need the location and position column to auto fill with correct info. Sheet 1 will be my data base. Sheet 1 Name Location Position Joe Miami Tech Mary New York Manager Frank LA Client Sheet 2 Name : Location : Position: |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Return info based on 1 criteria | Excel Discussion (Misc queries) | |||
Enter info in one sheet, auto enter in another based on one field | New Users to Excel | |||
varying validation info based on preceding info | Excel Discussion (Misc queries) | |||
Return info based on Date Range | Excel Worksheet Functions | |||
Set color of cell based on info on another sheet? | Excel Worksheet Functions |