Hi All,
I've been reading quite a bit and I'm not sure which is the best way to approach this whether there is an excel formula that can achieve what I want or if it will be a vba macro.
What I have: A "PROGRAM" spreadsheet that shows names of employees with their high risk work licences and when the licences are expiring.
What I need: To transfer rows that have an expired date to another sheet within the workbook - so that I can get a compressed list of who has expired licences.
So if I have John Smith with any "expired" date against his licence class his Surname, first name, licence number, expiry date and licence class would be transferred into the "EXPIRED" worksheet.
I also have conditional formatting applied.
Sorry I would post an example of the workbook but I can't seem to find the "attach" icon.
Please Help - any guidance is greatly appreciated.
Thanks again.
Mandii
[TABLE="width: 964"]
<colgroup><col span="2"><col><col span="3"><col span="2"></colgroup><tbody>[TR]
[TD]SURNAME[/TD]
[TD]FIRST NAME[/TD]
[TD]LICENCE NUMBER[/TD]
[TD="colspan: 2"]FORKLIFT TRUCK [/TD]
[TD="colspan: 2"] SCAFFOLDING[/TD]
[TD] [/TD]
[/TR]
[TR]
[TD]LF[/TD]
[TD] LO[/TD]
[TD] SB[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]SMITH[/TD]
[TD]John[/TD]
[TD]1234567[/TD]
[TD="align: right"]28/05/2016[/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[/TR]
[TR]
[TD]BLOGGS[/TD]
[TD]Joe[/TD]
[TD]0003060041[/TD]
[TD="align: right"]13/01/2020[/TD]
[TD="align: right"] 13/01/2020[/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[/TR]
[TR]
[TD]WHO[/TD]
[TD]Damien[/TD]
[TD]TBA[/TD]
[TD="align: right"]18/05/2021[/TD]
[TD="align: right"]11/08/2016[/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[/TR]
[TR]
[TD]SMITHE[/TD]
[TD]Taylor[/TD]
[TD]0003306329[/TD]
[TD="align: right"]20/01/2020[/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[/TR]
[TR]
[TD]DOE[/TD]
[TD]Jane[/TD]
[TD]0003176316[/TD]
[TD="align: right"]11/05/2017[/TD]
[TD] [/TD]
[TD="align: right"]15/07/2016[/TD]
[TD] [/TD]
[TD] [/TD]
[/TR]
[TR]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[/TR]
</tbody>[/TABLE]
I've been reading quite a bit and I'm not sure which is the best way to approach this whether there is an excel formula that can achieve what I want or if it will be a vba macro.
What I have: A "PROGRAM" spreadsheet that shows names of employees with their high risk work licences and when the licences are expiring.
What I need: To transfer rows that have an expired date to another sheet within the workbook - so that I can get a compressed list of who has expired licences.
So if I have John Smith with any "expired" date against his licence class his Surname, first name, licence number, expiry date and licence class would be transferred into the "EXPIRED" worksheet.
I also have conditional formatting applied.
Sorry I would post an example of the workbook but I can't seem to find the "attach" icon.
Please Help - any guidance is greatly appreciated.
Thanks again.
Mandii

[TABLE="width: 964"]
<colgroup><col span="2"><col><col span="3"><col span="2"></colgroup><tbody>[TR]
[TD]SURNAME[/TD]
[TD]FIRST NAME[/TD]
[TD]LICENCE NUMBER[/TD]
[TD="colspan: 2"]FORKLIFT TRUCK [/TD]
[TD="colspan: 2"] SCAFFOLDING[/TD]
[TD] [/TD]
[/TR]
[TR]
[TD]LF[/TD]
[TD] LO[/TD]
[TD] SB[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]SMITH[/TD]
[TD]John[/TD]
[TD]1234567[/TD]
[TD="align: right"]28/05/2016[/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[/TR]
[TR]
[TD]BLOGGS[/TD]
[TD]Joe[/TD]
[TD]0003060041[/TD]
[TD="align: right"]13/01/2020[/TD]
[TD="align: right"] 13/01/2020[/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[/TR]
[TR]
[TD]WHO[/TD]
[TD]Damien[/TD]
[TD]TBA[/TD]
[TD="align: right"]18/05/2021[/TD]
[TD="align: right"]11/08/2016[/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[/TR]
[TR]
[TD]SMITHE[/TD]
[TD]Taylor[/TD]
[TD]0003306329[/TD]
[TD="align: right"]20/01/2020[/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[/TR]
[TR]
[TD]DOE[/TD]
[TD]Jane[/TD]
[TD]0003176316[/TD]
[TD="align: right"]11/05/2017[/TD]
[TD] [/TD]
[TD="align: right"]15/07/2016[/TD]
[TD] [/TD]
[TD] [/TD]
[/TR]
[TR]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[/TR]
</tbody>[/TABLE]