R
RompStar
Howto locate duplicates in excel sheet
Ok, I have a excel sheet with 4 columns:
Department, Date, Employee Name, Absent Code
Anyways, each day different department use a front end
sheet that I made, pick their list selections and press upload...
The data range gets uploaded to a running file that stacks
data under the old data without spaces... Headers in this
running file are A1
1
Everything below it is my data, current range is:
A2
4346
What I wanted to do with this file is to analyze it for double posts.
In the upload script I simply date stamp a protected cell and compare
that, only allowing 1 upload a day, but sometimes, there are weird
things happening, and the data uploads twice, so i wanted to search for
them, at first just to search for them and maybe highlight the affected
fields..
Anyways, does a build-in tool come with Excel for this or am I going to
have to figure out how to do this with VB ?
So I guess maybe use the Name as a point to compare agaist, because a
persons name should only apear once for a Date, if it appears twice,
then that could be a duplicate.
Thanks.
Ok, I have a excel sheet with 4 columns:
Department, Date, Employee Name, Absent Code
Anyways, each day different department use a front end
sheet that I made, pick their list selections and press upload...
The data range gets uploaded to a running file that stacks
data under the old data without spaces... Headers in this
running file are A1

Everything below it is my data, current range is:
A2

What I wanted to do with this file is to analyze it for double posts.
In the upload script I simply date stamp a protected cell and compare
that, only allowing 1 upload a day, but sometimes, there are weird
things happening, and the data uploads twice, so i wanted to search for
them, at first just to search for them and maybe highlight the affected
fields..
Anyways, does a build-in tool come with Excel for this or am I going to
have to figure out how to do this with VB ?
So I guess maybe use the Name as a point to compare agaist, because a
persons name should only apear once for a Date, if it appears twice,
then that could be a duplicate.
Thanks.