Translatum - The Greek translation Vortal home page
|
Forum index
|
The Rules
|
FAQ
|
Gallery
|
Converters
|
Media
|
Recent
Translatum forum—the forum that pays you!
(
$3980
paid so far)
02 Sep, 2010, 21:45:12
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email?
02 Sep, 2010, 21:45:12
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
249629
Posts in
70964
Topics by
10365
Members - Latest Member:
gf_uip
IMPORTANT:
Before posting please read the
RULES
Search:
Advanced search
English-Greek
Onelook.com
Greek monolingual
Microsoft glossaries
Greeklish converter
More Greek dictionaries
Iate multilingual search
Greek grammar
Telecommunications EL-EN/FR
Translatum Greek Translation Forum
Home
|
Help
|
Search
|
Calendar
|
Login
|
Register
Translatum Greek Translation Forum
Resources, Technical Assistance and Technology News
Translator resources
Tips on Using Computers
The Duplicate Master (add-in to delete duplicates in Excel)
« previous
next »
Pages:
[
1
] |
Go Down
Print
Author
Topic:
The Duplicate Master (add-in to delete duplicates in Excel)
(Read 2003 times)
spiros
Administrator
Hero Member
Gender:
Posts: 35261
WWW
The Duplicate Master (add-in to delete duplicates in Excel)
«
on:
15 Oct, 2009, 12:21:11 »
The Duplicate Master (add-in to delete duplicates in Excel)
I cannot find the web site or the program online. Luckily, I still have a copy. Attached. Tested only on Excel 2003. Not sure if it works on Excel 2007.
Installing The Duplicate Master
Download Duplicate Master.zip to your PC
Extract The Duplicate Master.xla and Duplicate Master.chm to a directory on your computer.
Start Excel, from the Tools menu, select Add-ins and then Browse to the directory where you saved The Duplicate Master.xla.
Select The Duplicate Master.xla and press Ok.
In the Add-Ins dialog box, place a check mark next to The Duplicate Master.
Click OK.
Excel will now display a new command under the Tools menu, The Duplicate Master V1.0.
Duplicate Master.rar
(662.57 KB - downloaded 271 times.)
«
Last Edit: 11 Nov, 2009, 12:44:52 by spiros
»
Logged
He that has light within his own clear breast may sit in the center, and enjoy bright day.
Vion
Jr. Member
Gender:
Posts: 260
Creative, Hardworking and Able!
WWW
Re: The Duplicate Master (macro to delete duplicates in Excel)
«
Reply #1 on:
15 Oct, 2009, 12:26:24 »
Wow! Thanks you Spiros :-) (I also couldn't find it on line) -will try it out after lunch and let you know how it went.
Logged
V and F
@ your e-service!
Vion
Jr. Member
Gender:
Posts: 260
Creative, Hardworking and Able!
WWW
Re: The Duplicate Master (add-in to delete duplicates in Excel)
«
Reply #2 on:
15 Oct, 2009, 14:57:54 »
I got it to work by using the 'select duplicates' option and then deleting the selected rows :-) Nearly perfect results -it did miss a few duplicate rows but saved many tedious hours of doing this manually! (I wonder if there is a practical limit to the number of rows that can be processed).
Logged
spiros
Administrator
Hero Member
Gender:
Posts: 35261
WWW
Re: The Duplicate Master (add-in to delete duplicates in Excel)
«
Reply #3 on:
15 Oct, 2009, 15:04:51 »
You can try ASAP utilities too. Range -> Clear duplicated values in selection.
Or, the procedure in Excel as described in the link you provided
[ select the column you want and then select Date/Filter/Advanced filter and check the Unique records only option.]
http://www.translatum.gr/forum/index.php/topic,711.0.html
Logged
brettdj
Newbie
Posts: 3
Re: The Duplicate Master (add-in to delete duplicates in Excel)
«
Reply #4 on:
11 Nov, 2009, 09:31:02 »
Hi guys,
Great to hear you are finding it useful :)
On the queries above:
1) Yes, it will work in xl2007. More by luck than design, as the error handling I built back in 2004 dodges the menu to ribbon change from xl2003 to xl2007
2) The addin looks for an exact string match - so a string with the same apparent content but additional whitespaces will be ignore. This is the most likely cause of the "missed" matches. If I ever do get around to a new version I will add options for case insensitive and "ignore whitespace" matches
Regards
Dave
Logged
Vion
Jr. Member
Gender:
Posts: 260
Creative, Hardworking and Able!
WWW
Re: The Duplicate Master (add-in to delete duplicates in Excel)
«
Reply #5 on:
11 Nov, 2009, 10:16:56 »
Dear Dave,
It's a happy occurrence to see the author of this invaluable software posting on Translatum!
MS Excel does not seem to handle this function well on its own, even in the 2007 version, so the Duplicate Master is a life saver for those of us working on large compilation type files.
The addition of the options you mention would surely be met with great enthusiasm, so I hope that you do get around to creating a new version. :-)
Logged
spiros
Administrator
Hero Member
Gender:
Posts: 35261
WWW
Re: The Duplicate Master (add-in to delete duplicates in Excel)
«
Reply #6 on:
11 Nov, 2009, 12:42:32 »
Quote from: brettdj on 11 Nov, 2009, 09:31:02
2) The addin looks for an exact string match - so a string with the same apparent content but additional whitespaces will be ignore. This is the most likely cause of the "missed" matches. If I ever do get around to a new version I will add options for case insensitive and "ignore whitespace" matches
One can easily fix whitespace, leading/trailing spaces issues with ASAP utilities -
Text -> Delete leading, trailing and excessive spaces
. This should be a prerequisite procedure before running duplicate checking functions on excel.
«
Last Edit: 11 Nov, 2009, 14:22:00 by spiros
»
Logged
brettdj
Newbie
Posts: 3
Re: The Duplicate Master (add-in to delete duplicates in Excel)
«
Reply #7 on:
20 Nov, 2009, 04:53:43 »
ASAP is the only general purpose utility that I use, I highly recommend it
I agree that generally whitespaces should be ignored for comparisons ..... and I have added heavy duty string compatability options (including Regular Expression functionality) to the beta version of Duplicate Master V2.0 available for testing and comment at
http://www.vbaexpress.com/forum/showthread.php?t=29338
.
The underlying code has also been optimised, it will be even quicker than before.
Regards
Dave (brettdj)
Logged
spiros
Administrator
Hero Member
Gender:
Posts: 35261
WWW
Re: The Duplicate Master (add-in to delete duplicates in Excel)
«
Reply #8 on:
20 Nov, 2009, 11:44:39 »
Thanks, Dave. It appears that one has to be a registered user at the forum to access the download...
Logged
brettdj
Newbie
Posts: 3
Re: The Duplicate Master (add-in to delete duplicates in Excel)
«
Reply #9 on:
19 Mar, 2010, 11:13:31 »
V2 is available with a short tutorial at experts exchange at this link,
http://w.e-e.com/aVqn1z
Please note that while I highly recommend EE for technology solutions, you do not need an EE account to access the Duplicate Master article
Regards
brettdj
Logged
spiros
Administrator
Hero Member
Gender:
Posts: 35261
WWW
Re: The Duplicate Master (add-in to delete duplicates in Excel)
«
Reply #10 on:
19 Mar, 2010, 12:44:14 »
Thanks, Dave.
Logged
Pages:
[
1
] |
Go Up
Print
« previous
next »
Jump to:
Please select a destination:
-----------------------------
General
-----------------------------
=> Announcements
=> General Discussion
===> Linguistic discussion
===> New Member Introductions
===> Buy and Sell
===> Polls
===> Fun for Translators!
=====> Translation blunders
===> Art
===> Conferences & Events
=====> Member get-togethers
=====> Other events
=====> Obituaries
=> Feedback & Help
===> Gallery help
-----------------------------
Translation Assistance
-----------------------------
=> English->Modern Greek Translation Forum
===> Art/Literary
===> Business/Financial
===> Idioms/Expressions/Slang
===> Information Technology
===> Law/Patents
===> Marketing
===> Medical/Biology
===> Science
===> Social Sciences
===> Sports/Games
===> Technical/Engineering
===> English-Greek translation notes
=> Modern Greek->English Translation Forum
===> Art/Literary (El-En)
===> Business/Financial (El-En)
===> Idioms/Expressions/Slang (El-En)
===> Information Technology (El-En)
===> Law/Patents (El-En)
===> Marketing (El-En)
===> Medical/Biology (El-En)
===> Science (El-En)
===> Sports/Games (El-En)
===> Social Sciences (El-En)
===> Technical/Engineering (El-En)
=> Other language combinations
===> English -> Ancient Greek Translation Forum
===> Ancient Greek -> English translation forum
===> Greek monolingual forum
=====> Γλωσσικά Σημειώματα
=====> Το Εγκόλπιο της ορθής γραφής
===> English monolingual forum
=====> English synonyms dictionary
===> French monolingual forum
===> French->Greek Translation Forum
===> Greek->French Translation Forum
===> Italian->Greek Translation Forum
===> Greek->Italian Translation Forum
===> Spanish->Greek Translation Forum
===> Greek->Spanish Translation Forum
===> German->Greek Translation Forum
===> Greek->German Translation Forum
===> Portuguese->Greek Translation Forum
===> Greek->Portuguese Translation Forum
===> Latin->English
===> Latin->Greek
===> English -> French Translation Forum
=====> Business/Financial (En-Fr)
=====> Medical/Biology (En-Fr)
=====> Information Technology (En-Fr)
=====> Law/Patents (En-Fr)
=====> Technical/Engineering (En-Fr)
===> French -> English Translation Forum
=====> Business/Financial (Fr-En)
=====> Medical/Biology (Fr-En)
=====> Information Technology (Fr-En)
=====> Law/Patents (Fr-En)
=====> Technical/Engineering (Fr-En)
===> English->Italian Translation Forum
===> Italian->English Translation Forum
===> Russian->Greek Translation Forum
===> Greek->Russian Translation Forum
-----------------------------
Resources, Technical Assistance and Technology News
-----------------------------
=> Translator resources
===> General technical issues
=====> DSL, communications and public utilities
===> CAT Tools Tips and Assistance
=====> SDL-Trados
=====> MetaTexis
=====> Déjà Vu
=====> Wordfast
===> Tips on Using Computers
=====> Linux tips
===> Technology News
===> Member Glossaries
-----------------------------
Favourite texts, movies, lyrics, quotations, recipes
-----------------------------
=> Favourite Music and Lyrics
===> Classical music - music without lyrics
===> Favourite Quotations
===> Favourite Fiction
=====> Fiction of Thessaloniki
===> Favourite Non-Fiction
===> Favourite Poetry
=====> Poetry of Thessaloniki
===> Favourite Movies
===> Favourite recipes
=====> Desserts
===> Translation reviews
-----------------------------
Teaching & Learning Translation
-----------------------------
=> Translation Training Courses and Resources
===> Translation Qualifications
===> Teachers and Learners Chat
-----------------------------
Business Issues
-----------------------------
=> Working as a Translator
===> Post a translation job!
===> Agency Reviews
===> Open source and volunteer translation
===> My translations
Loading...