Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default Merge data into Excel

I do monthly timesheets for about 40 employees. The timesheet is an Excel
document. I need to merge the employee name and ID# into the timesheet and
print to give to each employee. Can this be done in Excel?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 268
Default Merge data into Excel

Yes you can! However, I would need more detailed info to really assist you!
Where are the Names and ID's kept? Is it in an Excel sheet or not? Can it
be imported into Excel, things like that you know.


Hope this helps

Kassie


"skhayes" wrote:

I do monthly timesheets for about 40 employees. The timesheet is an Excel
document. I need to merge the employee name and ID# into the timesheet and
print to give to each employee. Can this be done in Excel?

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default Merge data into Excel

I have the information in a separate Excel file. Names are in one column and
ID# in another column. I want to be able to put their name and ID# at the
top of their timesheet. Thank you so much for your help!

"Kassie" wrote:

Yes you can! However, I would need more detailed info to really assist you!
Where are the Names and ID's kept? Is it in an Excel sheet or not? Can it
be imported into Excel, things like that you know.


Hope this helps

Kassie


"skhayes" wrote:

I do monthly timesheets for about 40 employees. The timesheet is an Excel
document. I need to merge the employee name and ID# into the timesheet and
print to give to each employee. Can this be done in Excel?

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 268
Default Merge data into Excel

You would basically use a VLOOKUP formula to do this. I take it you have an
employee number on the timesheet, for each employee. Provided you then also
have this employee number in your name list, it is quite easy.

Say the emp nr is in A1, you want the name in B1 and the ID in C1
In B1 enter =IF(A1="","",VLOOKUP(A1,Employees.xls!Employees,2, 0)) This
assumes that the names list has a range name of Employees, and that the file
name is Employees.xls

In C1, change the 2 to 3. By the way, if you do not know, the 2 and 3
refers to the column offset where the info is found in the list of employees.
So, if you have Nr, Surname, ID, then Surname is 2, and ID is 3


"skhayes" wrote:

I have the information in a separate Excel file. Names are in one column and
ID# in another column. I want to be able to put their name and ID# at the
top of their timesheet. Thank you so much for your help!

"Kassie" wrote:

Yes you can! However, I would need more detailed info to really assist you!
Where are the Names and ID's kept? Is it in an Excel sheet or not? Can it
be imported into Excel, things like that you know.


Hope this helps

Kassie


"skhayes" wrote:

I do monthly timesheets for about 40 employees. The timesheet is an Excel
document. I need to merge the employee name and ID# into the timesheet and
print to give to each employee. Can this be done in Excel?

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
Merge Data from Access into Excel Brenda from Michigan Excel Discussion (Misc queries) 7 September 6th 07 06:34 PM
mail merge excludes my headers and critical data in Word merge Nix Excel Discussion (Misc queries) 0 April 21st 06 08:35 PM
how do i get my mail merge to update the data source at each merge Steel_Monkey Excel Discussion (Misc queries) 0 November 30th 05 08:41 AM
Word merge with Excel data julie Excel Discussion (Misc queries) 1 March 24th 05 11:48 PM
merge data from 2 Excel files Maileen Excel Worksheet Functions 0 February 17th 05 09:21 AM


All times are GMT +1. The time now is 06:09 AM.

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"