Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
I am trying to have a single point on a worksheet that has 3 cells (name(A1)
then street address(A2) and city, state, zip(A3). I have a place in the worksheet that has the names listed in column (R) Street Addresses in column (S) and City, State, Zip in column(T). I want when I enter a name in A1...excel places the street address in cell A2 and the city,state, and zip in A3...can anyone please help me with this...I am about to pull my hair out...haha...thanks in advance... |
#2
![]() |
|||
|
|||
![]()
If the desired name is in A1, then use VLOOKUP in A2 and A3 to get the
information from you table in cols {R,S,T} -- Gary's Student "Gary" wrote: I am trying to have a single point on a worksheet that has 3 cells (name(A1) then street address(A2) and city, state, zip(A3). I have a place in the worksheet that has the names listed in column (R) Street Addresses in column (S) and City, State, Zip in column(T). I want when I enter a name in A1...excel places the street address in cell A2 and the city,state, and zip in A3...can anyone please help me with this...I am about to pull my hair out...haha...thanks in advance... |
#3
![]() |
|||
|
|||
![]()
If you have your column R in alphbetical order, then place these two formulas
in the cells beneath theA1 bt the way the R1:T3 in the formula may need to be expanded since it only represents 9 cells. FORMULA IN A2 =VLOOKUP(A1,R1:T3,2,FALSE) FORMULA IN A3 =VLOOKUP(A1,R1:T3,3,FALSE) "Gary" wrote: I am trying to have a single point on a worksheet that has 3 cells (name(A1) then street address(A2) and city, state, zip(A3). I have a place in the worksheet that has the names listed in column (R) Street Addresses in column (S) and City, State, Zip in column(T). I want when I enter a name in A1...excel places the street address in cell A2 and the city,state, and zip in A3...can anyone please help me with this...I am about to pull my hair out...haha...thanks in advance... |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
MIN Function w/ variable address reference | Excel Worksheet Functions | |||
Simplify formula | Excel Worksheet Functions | |||
Named SUM Formula with relative refernce(s) | Excel Worksheet Functions | |||
IF & VLOOKUP FORMULA | Excel Worksheet Functions | |||
Cell doesn't show formula result - it shows formula (CTRL + ' doe. | Excel Worksheet Functions |