Hi,
I need urgent help to develop a formula for the following:
I have an extremely large data set, approximately 600,000 rows. There are a number of variables that need to be considered but basically I need to delete positive and negative numbers (hours paid) per employee (employee id), per date (date of leave). I am pretty good with excel but this one is hurting! Appreciate any suggestions!
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Employee ID[/TD]
[TD]Leave Type[/TD]
[TD]Date of Leave[/TD]
[TD]Hours Paid[/TD]
[/TR]
[TR]
[TD]123[/TD]
[TD]Sick Leave[/TD]
[TD]01/01/2000[/TD]
[TD]7.5[/TD]
[/TR]
[TR]
[TD]123[/TD]
[TD]Sick Leave[/TD]
[TD]01/01/2000[/TD]
[TD]-7.5[/TD]
[/TR]
[TR]
[TD]123[/TD]
[TD]Rec Leave[/TD]
[TD]02/02/2001[/TD]
[TD]10.00[/TD]
[/TR]
[TR]
[TD]456[/TD]
[TD]Rec Leave[/TD]
[TD]13/02/2001[/TD]
[TD]8.00[/TD]
[/TR]
[TR]
[TD]456[/TD]
[TD]Sick Leave[/TD]
[TD]13/02/2001[/TD]
[TD]-8.00[/TD]
[/TR]
[TR]
[TD]789[/TD]
[TD]Family Leave[/TD]
[TD]01/01/2000[/TD]
[TD]8.00[/TD]
[/TR]
[TR]
[TD]789[/TD]
[TD]Family Leave[/TD]
[TD]02/01/2000[/TD]
[TD]8.00[/TD]
[/TR]
[TR]
[TD]789[/TD]
[TD]Family Leave[/TD]
[TD]03/01/2000[/TD]
[TD]8.00[/TD]
[/TR]
[TR]
[TD]789[/TD]
[TD]Family Leave [/TD]
[TD]04/01/2000[/TD]
[TD]8.00[/TD]
[/TR]
</tbody>[/TABLE]
I need urgent help to develop a formula for the following:
I have an extremely large data set, approximately 600,000 rows. There are a number of variables that need to be considered but basically I need to delete positive and negative numbers (hours paid) per employee (employee id), per date (date of leave). I am pretty good with excel but this one is hurting! Appreciate any suggestions!
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Employee ID[/TD]
[TD]Leave Type[/TD]
[TD]Date of Leave[/TD]
[TD]Hours Paid[/TD]
[/TR]
[TR]
[TD]123[/TD]
[TD]Sick Leave[/TD]
[TD]01/01/2000[/TD]
[TD]7.5[/TD]
[/TR]
[TR]
[TD]123[/TD]
[TD]Sick Leave[/TD]
[TD]01/01/2000[/TD]
[TD]-7.5[/TD]
[/TR]
[TR]
[TD]123[/TD]
[TD]Rec Leave[/TD]
[TD]02/02/2001[/TD]
[TD]10.00[/TD]
[/TR]
[TR]
[TD]456[/TD]
[TD]Rec Leave[/TD]
[TD]13/02/2001[/TD]
[TD]8.00[/TD]
[/TR]
[TR]
[TD]456[/TD]
[TD]Sick Leave[/TD]
[TD]13/02/2001[/TD]
[TD]-8.00[/TD]
[/TR]
[TR]
[TD]789[/TD]
[TD]Family Leave[/TD]
[TD]01/01/2000[/TD]
[TD]8.00[/TD]
[/TR]
[TR]
[TD]789[/TD]
[TD]Family Leave[/TD]
[TD]02/01/2000[/TD]
[TD]8.00[/TD]
[/TR]
[TR]
[TD]789[/TD]
[TD]Family Leave[/TD]
[TD]03/01/2000[/TD]
[TD]8.00[/TD]
[/TR]
[TR]
[TD]789[/TD]
[TD]Family Leave [/TD]
[TD]04/01/2000[/TD]
[TD]8.00[/TD]
[/TR]
</tbody>[/TABLE]