Creating a unique list from multiple sheets

sehested

New Member
Joined
Jul 1, 2010
Messages
42
My problem is that i have a excel fil where i have absence data for all employees in a company. The data for each month is on seperate worksheets for jan, feb, mar ....Each worksheet contains a complete list of employees that current month.
I need to generate a page where the absence is summerized for each employee, but the problem is that a employee could maybe only be here 2 months, or maybe a employee is hired in the middel of the year. Because of this the list of employee on the main page should contain all employees who have been in the company over the year.
The list of employees have to contain 3 columns, a unique ID, a name, and a location.
How can i make this list dynamic so it always will include every employee who have worked in the company during the year?

The data about each employee i get with this formula =IF(ISERROR(VLOOKUP($A:$A;'Sep 2010'!$B:$D;3;FALSE));0;VLOOKUP($A:$A;'Sep 2010'!$B:$D;3;FALSE))
This method is quite slow. Is there a faster way of doing it? i cant use iferror() because the company runs Excel 2003 :(
 

Excel Facts

Workdays for a market open Mon, Wed, Friday?
Yes! Use "0101011" for the weekend argument in NETWORKDAYS.INTL or WORKDAY.INTL. The 7 digits start on Monday. 1 means it is a weekend.

Forum statistics

Threads
1,224,506
Messages
6,179,158
Members
452,892
Latest member
yadavagiri

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top