ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Getting Excel Data from One Sheet to Another.... (https://www.excelbanter.com/excel-discussion-misc-queries/22895-getting-excel-data-one-sheet-another.html)

Robin

Getting Excel Data from One Sheet to Another....
 
Hey Guys,

I have the following Excel problem at work and I am not sure how to
solve it. Here is the low down:

Excel Sheet #1 Data (First line is the header - [Person and Job])
Person Job
---------------------------------------
Fred ?
Fred ?
Sam ?
Kevin ?
Kevin ?
Julie ?

Excel Sheet #2 Data (First line is the Header - [Person and Job])
Person Job
---------------------------------------
Fred Mop Boy
Julie Hostess
Sam Burger Man
Kevin Manager

Now here is the situation that I have. Based on the how the "Person"
Column corresponds to the "Job" Column in Excel Sheet #2, I want to
populate the "Job" column in Excel Sheet #1. I am unsure about how to
go about this automatically. I have a large amount of data that I
need to do this for and it would be a lot of work to do this manually
by hand. Can anyone help me out?

After I am done populating the "Job" Column in Excel Sheet #1 it
should look like this:

Excel Sheet #1 Data (First line is the header - [Person and Job])
Person Job
---------------------------------------
Fred Mop Boy
Fred Mop Boy
Sam Burger Man
Kevin Manager
Kevin Manager
Julie Hostess

Thanks,
Robin

Duke Carey

On sheet 1, cell B2, use this formula

=VLOOKUP(A2,Sheet2!$a$2:$b$50,2,false)


"Robin" wrote:

Hey Guys,

I have the following Excel problem at work and I am not sure how to
solve it. Here is the low down:

Excel Sheet #1 Data (First line is the header - [Person and Job])
Person Job
---------------------------------------
Fred ?
Fred ?
Sam ?
Kevin ?
Kevin ?
Julie ?

Excel Sheet #2 Data (First line is the Header - [Person and Job])
Person Job
---------------------------------------
Fred Mop Boy
Julie Hostess
Sam Burger Man
Kevin Manager

Now here is the situation that I have. Based on the how the "Person"
Column corresponds to the "Job" Column in Excel Sheet #2, I want to
populate the "Job" column in Excel Sheet #1. I am unsure about how to
go about this automatically. I have a large amount of data that I
need to do this for and it would be a lot of work to do this manually
by hand. Can anyone help me out?

After I am done populating the "Job" Column in Excel Sheet #1 it
should look like this:

Excel Sheet #1 Data (First line is the header - [Person and Job])
Person Job
---------------------------------------
Fred Mop Boy
Fred Mop Boy
Sam Burger Man
Kevin Manager
Kevin Manager
Julie Hostess

Thanks,
Robin


Jim May

Check the Vlookup() function in Help;
That should do ya,
HTH

"Robin" wrote in message
om...
Hey Guys,

I have the following Excel problem at work and I am not sure how to
solve it. Here is the low down:

Excel Sheet #1 Data (First line is the header - [Person and Job])
Person Job
---------------------------------------
Fred ?
Fred ?
Sam ?
Kevin ?
Kevin ?
Julie ?

Excel Sheet #2 Data (First line is the Header - [Person and Job])
Person Job
---------------------------------------
Fred Mop Boy
Julie Hostess
Sam Burger Man
Kevin Manager

Now here is the situation that I have. Based on the how the "Person"
Column corresponds to the "Job" Column in Excel Sheet #2, I want to
populate the "Job" column in Excel Sheet #1. I am unsure about how to
go about this automatically. I have a large amount of data that I
need to do this for and it would be a lot of work to do this manually
by hand. Can anyone help me out?

After I am done populating the "Job" Column in Excel Sheet #1 it
should look like this:

Excel Sheet #1 Data (First line is the header - [Person and Job])
Person Job
---------------------------------------
Fred Mop Boy
Fred Mop Boy
Sam Burger Man
Kevin Manager
Kevin Manager
Julie Hostess

Thanks,
Robin





All times are GMT +1. The time now is 04:48 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com