Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Gary
 
Posts: n/a
Default Need Address Formula

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   Report Post  
Gary's Student
 
Posts: n/a
Default

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   Report Post  
ufo_pilot
 
Posts: n/a
Default

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
MIN Function w/ variable address reference WLMPilot Excel Worksheet Functions 7 June 10th 05 07:56 PM
Simplify formula Luke Excel Worksheet Functions 37 May 6th 05 07:21 AM
Named SUM Formula with relative refernce(s) Werner Rohrmoser Excel Worksheet Functions 2 April 20th 05 04:56 PM
IF & VLOOKUP FORMULA taxmom Excel Worksheet Functions 3 March 2nd 05 03:35 PM
Cell doesn't show formula result - it shows formula (CTRL + ' doe. o0o0o0o Excel Worksheet Functions 6 November 19th 04 03:13 PM


All times are GMT +1. The time now is 06:50 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"