Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default Help!! using sheet 1 information to change information on sheet 2

On sheet one I have all Company Names in column A, Addresses in column B and
City & State on column C. On a form I created on sheet two (example)

A B C D
E
1 Company Name:
2 Address:
3 City & State:
4

When I type the companies name on B1, I want B2 & B3 to change automatically
using the reference on sheet 1.
So next time I change the company name the other cells B2 & B3 will change
because the B1 cell changed.

Thank you for your help
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 36
Default Help!! using sheet 1 information to change information on sheet 2

in B2 =VLOOKUP($B$1,Sheet1!$A$2:$C$1000,2,FALSE)

in B3 =VLOOKUP($B$1,Sheet1!$A$2:$C$1000,3,FALSE)

does this help?


"I want to learn more" wrote in
message ...
On sheet one I have all Company Names in column A, Addresses in column B
and
City & State on column C. On a form I created on sheet two (example)

A B C D
E
1 Company Name:
2 Address:
3 City & State:
4

When I type the companies name on B1, I want B2 & B3 to change
automatically
using the reference on sheet 1.
So next time I change the company name the other cells B2 & B3 will change
because the B1 cell changed.

Thank you for your help



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 79
Default Help!! using sheet 1 information to change information on sheet 2

change the reference to suit yours.

in B2, enter
=VLOOKUP(B1,Sheet1!$A$1:$C$7,2,0)

in B3, enter
=VLOOKUP(B1,Sheet1!$A$1:$C$7,3,0)

does this do what you want? Hope this help

regards,xlmate



"I want to learn more" wrote:

On sheet one I have all Company Names in column A, Addresses in column B and
City & State on column C. On a form I created on sheet two (example)

A B C D
E
1 Company Name:
2 Address:
3 City & State:
4

When I type the companies name on B1, I want B2 & B3 to change automatically
using the reference on sheet 1.
So next time I change the company name the other cells B2 & B3 will change
because the B1 cell changed.

Thank you for your help

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
checkbox, then taking information from one sheet to another sheet DMK Excel Worksheet Functions 0 September 12th 08 10:00 PM
Information copying from sheet 1 to sheet 2 newjack152 Excel Discussion (Misc queries) 1 March 27th 08 02:02 AM
Sheet Information - Is sheet protected? lbit Excel Discussion (Misc queries) 1 November 15th 07 08:06 PM
How do I automatically get information from sheet 1 into sheet 2 Cardslinger Excel Discussion (Misc queries) 7 September 27th 07 02:55 AM
Reference information from one sheet to a second sheet Kathleen New Users to Excel 2 March 23rd 06 08:49 PM


All times are GMT +1. The time now is 11:12 AM.

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

About Us

"It's about Microsoft Excel"