Hello
I've two reports detailing absences.
The first is the 'clean' report with the correct items, around 600 rows. An example is:
[tt]Number Type StartDate EndDate Hours
123456 LSL 30/07/2018 30/07/2018 7.6
123456 LSL 31/07/2018 31/07/2018 7.6
123456 LSL 01/08/2018 01/08/2018 7.6
987654 RDO 30/07/2018 30/07/2018 7.6
987654 RDO 31/07/2018 31/07/2018 7.6
456654 RDO 21/08/2018 21/08/2018 7.6
456654 RDO 22/08/2018 22/08/2018 7.6
456654 RDO 23/08/2018 23/08/2018 7.6[/tt]
The other report is very big at over 20,000 rows, but some of those rows will be the same as the above.
What I need to do is match these, but because there is no one single identifier, vlookup isn't an option. Basically, I need to look at each line and see if it's replicated in the other worksheet. If it is, then return TRUE, if that line can't be found, then return FALSE.
Is someone able to point me in the right direction? I'd prefer to use a formula if possible.
thanks
thank you for helping
____________
Pendle
I've two reports detailing absences.
The first is the 'clean' report with the correct items, around 600 rows. An example is:
[tt]Number Type StartDate EndDate Hours
123456 LSL 30/07/2018 30/07/2018 7.6
123456 LSL 31/07/2018 31/07/2018 7.6
123456 LSL 01/08/2018 01/08/2018 7.6
987654 RDO 30/07/2018 30/07/2018 7.6
987654 RDO 31/07/2018 31/07/2018 7.6
456654 RDO 21/08/2018 21/08/2018 7.6
456654 RDO 22/08/2018 22/08/2018 7.6
456654 RDO 23/08/2018 23/08/2018 7.6[/tt]
The other report is very big at over 20,000 rows, but some of those rows will be the same as the above.
What I need to do is match these, but because there is no one single identifier, vlookup isn't an option. Basically, I need to look at each line and see if it's replicated in the other worksheet. If it is, then return TRUE, if that line can't be found, then return FALSE.
Is someone able to point me in the right direction? I'd prefer to use a formula if possible.
thanks
thank you for helping
____________
Pendle