• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Search results for query: Duplicate email addresses

  1. Kenneth Hobson

    How to send each file in folder through outlook with conditional, ID, Subject & Body with Signature?

    I'll have to think about post #25. It would be more simple if you just made a list of unique group names. You can export addresses from Outlook. You could then manage it. I guess an On Error could gracefully skip missing group names. Recipients.ResolveAll might help but might show more issues...
  2. bobhc

    Duplicate email addresses in same cell

    Use the tools available such as the search box, http://chandoo.org/forum/search/1762650/?q=Duplicate+email+addresses&o=date&c[node]=4 .
  3. N

    Duplicate email addresses in same cell

    Hi I have a long list of exported email addresses. Many of them have duplicate email addresses in the same cell and I need to remove all duplicates. The easiest way I would approach this is to identify the occurrences of "@" in a given cell and identify all those with value >1, but can't figure...
  4. jeffreyweir

    Remove Duplicates (but keep the one with an email contact!)?

    Alternatively, a PivotTable is perfect for this kind of thing, if you want to eyeball the duplicate email addresses and then work out which to discard.
  5. L

    [Help Required] Hiding Rows based on duplicate values +1 and conditions

    Good Morning all, *What we have* I have a task at work that requires a little help from some knowledgeable people and would he highly grateful for any assistance anyone can provide We have exported our entire local client database into excel format, this database contains 7859 rows of data...
  6. A

    need VB code to send email message based upon sheet criteria

    ...providing very thorough help, but would this code snippet be of any value to incorporate? Luke, you said Outlook ignores duplicate email addresses, but if there might be any reason to eliminate duplicates, you can use the following code to do so. One minor reason might be that if the email...
  7. A

    Consolidate Rows, Concatenate Data

    Hello, I need to consolidate rows that have duplicate records, emails addresses, and concatente a unique data piece from the record into one field. I found a post using concatenate, but could not quite get the output I was looking for. Example Name Email Model# Bob...
  8. I

    Adding A Cell Value To Existing Cell If Duplicate Found

    I have a list of email addresses in column C30:C1030 I have another list of names in column D30:1030 I'm trying to write a code that will add the cell value text "(1 of 3)" and "(2 of 3)..etc" to the right of names already in column range D30:D1030 (but only if a dupe is found). If there's...
Back
Top