Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default Get information from one sheet to another

I have two data sources and I'm dumping one source onto sheet1 and the other
onto sheet2. I have a common id that is unique in each sheet in column B in
each sheet). Sheet1 has all my active and correct id's. Sheet2 has ALL id's
wheather they are active or not and also has a value in column BC) I need to
fill onto sheet1 somewhere beside the active id. How do I get the value from
sheet2 over to sheet1?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,520
Default Get information from one sheet to another

Use VLOOKUP..Refer help

In Sheet1..with unique id in B2...you can try this formula in any of the
free cells in row 2.
=VLOOKUP(B2,Sheet2!B$1:BC$1000,54,0)

If this post helps click Yes
---------------
Jacob Skaria


"holly2327" wrote:

I have two data sources and I'm dumping one source onto sheet1 and the other
onto sheet2. I have a common id that is unique in each sheet in column B in
each sheet). Sheet1 has all my active and correct id's. Sheet2 has ALL id's
wheather they are active or not and also has a value in column BC) I need to
fill onto sheet1 somewhere beside the active id. How do I get the value from
sheet2 over to sheet1?

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default Get information from one sheet to another

Thank you, this seemed to have worked!
Holly

"Jacob Skaria" wrote:

Use VLOOKUP..Refer help

In Sheet1..with unique id in B2...you can try this formula in any of the
free cells in row 2.
=VLOOKUP(B2,Sheet2!B$1:BC$1000,54,0)

If this post helps click Yes
---------------
Jacob Skaria


"holly2327" wrote:

I have two data sources and I'm dumping one source onto sheet1 and the other
onto sheet2. I have a common id that is unique in each sheet in column B in
each sheet). Sheet1 has all my active and correct id's. Sheet2 has ALL id's
wheather they are active or not and also has a value in column BC) I need to
fill onto sheet1 somewhere beside the active id. How do I get the value from
sheet2 over to sheet1?

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
Help!! using sheet 1 information to change information on sheet 2 I want to learn more Excel Worksheet Functions 2 September 30th 08 05:25 PM
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
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 04:14 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"