Hi All,
I have a file. Column A has all employee IDs and it has duplicate IDs since data is consolidated for different dates into one file. Now my requirement is to filter the data as per employee ID and remove the duplicates based on value in a different column. So I will put a filter in Column A and check the the values in Column G and remove the entire row if column G has duplicate value. Appreciate any help around this.
Thanks in Advance!
Solved! Go to Solution.
Hello Hermant86,
If I understand your use case correctly you should be able to use the unique tool. Configure it to identify a duplicate using both the ID column as well as the additional column. If this is an incorrect assumption of what you would like to accomplish please post a small sample of the data and identify a few "duplicates" and I can try again.
Yes that is what I was expecting. The unique tool (in preparation) should get the job done for you.
Thanks Erica!....That does the job for me. This community is amazing.🙂
If I can ask for one more favor.
I need to consolidate a bunch of excel files placed in a folder. The number of files in the folder keeps changing. The files names are different and each file has a sheet with a different name. But the column headers and order is always constant. So I need to merge all the data into a single file. I tried something which I got online like using a wildcard in the path of the files to loop through all available files but it throws an error.
Appreciate if you can guide me on that.