Hi All,
I have a spreadsheet that populates the employees time and attendance.
I am trying to create a new tab that will only pull the data for lateness's from the main tab.
[TABLE="width: 1500"]
<tbody>[TR]
[TD="class: xl70, width: 76"]Area[/TD]
[TD="class: xl71, width: 52"]Badge[/TD]
[TD="class: xl71, width: 67"]Payroll No.[/TD]
[TD="class: xl71, width: 226"]Name[/TD]
[TD="class: xl71, width: 47"]Basic[/TD]
[TD="class: xl71, width: 47"]x.1.25[/TD]
[TD="class: xl71, width: 47"]x1.5[/TD]
[TD="class: xl71, width: 47"]x2[/TD]
[TD="class: xl71, width: 47"]O/T[/TD]
[TD="class: xl71, width: 45"]Total[/TD]
[TD="class: xl72, width: 64"]Late[/TD]
[TD="class: xl73, width: 64"]Holiday[/TD]
[TD="class: xl73, width: 64"]Sickness[/TD]
[TD="class: xl73, width: 64"]Bank Holiday[/TD]
[TD="class: xl73, width: 64"]04 Unpaid Holiday[/TD]
[TD="class: xl73, width: 64"]05 Unpaid Sickness[/TD]
[TD="class: xl73, width: 64"]Other absences[/TD]
[TD="class: xl80, width: 75"]Date[/TD]
[TD="class: xl81, width: 75"]Day[/TD]
[TD="class: xl78, width: 64"]Week[/TD]
[TD="class: xl76, width: 73"]Month[/TD]
[TD="class: xl78, width: 64"]Year
[/TD]
[/TR]
</tbody>[/TABLE]
The above is the headers on the main tab.
I am wanting if the column with header "Late" is greater than zero then to copy over the following info:-
Area Badge Payroll No. Name Late Other Absences Date Day Week Month Year
The problem I have is that each day is on a different tab so this would have to look at multiple tabs at the same time and pull the data over.
The aim of this is to capture repeated lateness's from the same employees so that appropriate actions can be taken.
I hope this makes sense and that someone can help.
I thought that Index & Match would work but somehow cannot get it to work.
Thanks in advance.
I have a spreadsheet that populates the employees time and attendance.
I am trying to create a new tab that will only pull the data for lateness's from the main tab.
[TABLE="width: 1500"]
<tbody>[TR]
[TD="class: xl70, width: 76"]Area[/TD]
[TD="class: xl71, width: 52"]Badge[/TD]
[TD="class: xl71, width: 67"]Payroll No.[/TD]
[TD="class: xl71, width: 226"]Name[/TD]
[TD="class: xl71, width: 47"]Basic[/TD]
[TD="class: xl71, width: 47"]x.1.25[/TD]
[TD="class: xl71, width: 47"]x1.5[/TD]
[TD="class: xl71, width: 47"]x2[/TD]
[TD="class: xl71, width: 47"]O/T[/TD]
[TD="class: xl71, width: 45"]Total[/TD]
[TD="class: xl72, width: 64"]Late[/TD]
[TD="class: xl73, width: 64"]Holiday[/TD]
[TD="class: xl73, width: 64"]Sickness[/TD]
[TD="class: xl73, width: 64"]Bank Holiday[/TD]
[TD="class: xl73, width: 64"]04 Unpaid Holiday[/TD]
[TD="class: xl73, width: 64"]05 Unpaid Sickness[/TD]
[TD="class: xl73, width: 64"]Other absences[/TD]
[TD="class: xl80, width: 75"]Date[/TD]
[TD="class: xl81, width: 75"]Day[/TD]
[TD="class: xl78, width: 64"]Week[/TD]
[TD="class: xl76, width: 73"]Month[/TD]
[TD="class: xl78, width: 64"]Year
[/TD]
[/TR]
</tbody>[/TABLE]
The above is the headers on the main tab.
I am wanting if the column with header "Late" is greater than zero then to copy over the following info:-
Area Badge Payroll No. Name Late Other Absences Date Day Week Month Year
The problem I have is that each day is on a different tab so this would have to look at multiple tabs at the same time and pull the data over.
The aim of this is to capture repeated lateness's from the same employees so that appropriate actions can be taken.
I hope this makes sense and that someone can help.
I thought that Index & Match would work but somehow cannot get it to work.
Thanks in advance.