Im stuck at getting a macro to filter through some data. I have this data set;
This continues for 1000s of rows, i need a macro to:
Go through date/time col
check for any overlaps
where there are overlaps compare to ocular hazard col
if both dates have ocular hazard 1 then only paste one of them
if both dates have ocular hazard 2 then only paste one of them
if dates have different ocular hazard then paste row containing 2
then create a new worksheet with the new data in it.
I just cant get anything to work as i get so caught up in loops and IF statements.
Any help would be greatly appreciated!
Cheers,
This continues for 1000s of rows, i need a macro to:
Go through date/time col
check for any overlaps
where there are overlaps compare to ocular hazard col
if both dates have ocular hazard 1 then only paste one of them
if both dates have ocular hazard 2 then only paste one of them
if dates have different ocular hazard then paste row containing 2
then create a new worksheet with the new data in it.
I just cant get anything to work as i get so caught up in loops and IF statements.
Any help would be greatly appreciated!
Cheers,