<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Two contacts, 1 email address in CRM</title>
    <link>https://community.hubspot.com/t5/CRM/Two-contacts-1-email-address/m-p/188179#M108564</link>
    <description>&lt;P&gt;This is an issue we often struggle with.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can't guarantee that this is the right solution, but a workaround I'm exploring at the moment is adding an incremental string and number into the email addresses, to allow us to create a second contact record, and then opting out those incorrect emails (by importing as an opt-out list - i.e. never contact unless the contact manually&amp;nbsp;opts in).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You want to add a short string and number to the email (and not&amp;nbsp;at the end so it still validates) to make sure everyone can&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;using&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;crm&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;can be sure that this is an invalid email that we created on purpose e.g. myname&lt;STRONG&gt;-hs-multi1&lt;/STRONG&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/17945"&gt;@test&lt;/a&gt;.com.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;If you have a lot of these contacts working with them in an Excel workbook can help with adding those incremental string and numbers and then creating a list of contacts (with invalid incremental email addresses) for opt out.&lt;BR /&gt;&lt;BR /&gt;Here's how I do that in Excel:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;First Name&amp;nbsp; &amp;nbsp; &amp;nbsp;Last Name&amp;nbsp; &amp;nbsp; &amp;nbsp; Email&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Count&amp;nbsp; Multi Identifier&amp;nbsp; Final Email&amp;nbsp;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Matthew&lt;/TD&gt;&lt;TD&gt;Shepherd&lt;/TD&gt;&lt;TD&gt;&lt;A href="mailto:test@test.com" target="_blank"&gt;test@test.com&lt;/A&gt;&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;test@test.com&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Joe&lt;/TD&gt;&lt;TD&gt;Smith&lt;/TD&gt;&lt;TD&gt;&lt;A href="mailto:test@test.com" target="_blank"&gt;test@test.com&lt;/A&gt;&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;-hs-multi1&lt;/TD&gt;&lt;TD&gt;test-hs-multi1@test.com&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Jack&lt;/TD&gt;&lt;TD&gt;Black&lt;/TD&gt;&lt;TD&gt;&lt;A href="mailto:test@test.com" target="_blank"&gt;test@test.com&lt;/A&gt;&lt;/TD&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;TD&gt;-hs-multi2&lt;/TD&gt;&lt;TD&gt;test-hs-multi2@test.com&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Matthew&lt;/TD&gt;&lt;TD&gt;Shepherd&lt;/TD&gt;&lt;TD&gt;&lt;A href="mailto:hello@test.com" target="_blank"&gt;hello@test.com&lt;/A&gt;&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;hello@test.com&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Joe&lt;/TD&gt;&lt;TD&gt;Smith&lt;/TD&gt;&lt;TD&gt;&lt;A href="mailto:hello@test.com" target="_blank"&gt;hello@test.com&lt;/A&gt;&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;-hs-multi1&lt;/TD&gt;&lt;TD&gt;hello-hs-multi1@test.com&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;With formulas:&lt;BR /&gt;&lt;BR /&gt;First NameLast Name Email&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Count&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Multi Identifier&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Matthew&lt;/TD&gt;&lt;TD&gt;Shepherd&lt;/TD&gt;&lt;TD&gt;&lt;A href="mailto:test@test.com" target="_blank"&gt;test@test.com&lt;/A&gt;&lt;/TD&gt;&lt;TD&gt;=COUNTIF($C$1:C2,C2)&lt;/TD&gt;&lt;TD&gt;=IF(D2&amp;gt;1,"-hs-multi"&amp;amp;D2-1,"")&lt;/TD&gt;&lt;TD&gt;=SUBSTITUTE(C2,"@",E2&amp;amp;"@")&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Joe&lt;/TD&gt;&lt;TD&gt;Smith&lt;/TD&gt;&lt;TD&gt;&lt;A href="mailto:test@test.com" target="_blank"&gt;test@test.com&lt;/A&gt;&lt;/TD&gt;&lt;TD&gt;=COUNTIF($C$1:C3,C3)&lt;/TD&gt;&lt;TD&gt;=IF(D3&amp;gt;1,"-hs-multi"&amp;amp;D3-1,"")&lt;/TD&gt;&lt;TD&gt;=SUBSTITUTE(C3,"@",E3&amp;amp;"@")&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Jack&lt;/TD&gt;&lt;TD&gt;Black&lt;/TD&gt;&lt;TD&gt;&lt;A href="mailto:test@test.com" target="_blank"&gt;test@test.com&lt;/A&gt;&lt;/TD&gt;&lt;TD&gt;=COUNTIF($C$1:C4,C4)&lt;/TD&gt;&lt;TD&gt;=IF(D4&amp;gt;1,"-hs-multi"&amp;amp;D4-1,"")&lt;/TD&gt;&lt;TD&gt;=SUBSTITUTE(C4,"@",E4&amp;amp;"@")&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Matthew&lt;/TD&gt;&lt;TD&gt;Shepherd&lt;/TD&gt;&lt;TD&gt;&lt;A href="mailto:hello@test.com" target="_blank"&gt;hello@test.com&lt;/A&gt;&lt;/TD&gt;&lt;TD&gt;=COUNTIF($C$1:C5,C5)&lt;/TD&gt;&lt;TD&gt;=IF(D5&amp;gt;1,"-hs-multi"&amp;amp;D5-1,"")&lt;/TD&gt;&lt;TD&gt;=SUBSTITUTE(C5,"@",E5&amp;amp;"@")&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Joe&lt;/TD&gt;&lt;TD&gt;Smith&lt;/TD&gt;&lt;TD&gt;&lt;A href="mailto:hello@test.com" target="_blank"&gt;hello@test.com&lt;/A&gt;&lt;/TD&gt;&lt;TD&gt;=COUNTIF($C$1:C6,C6)&lt;/TD&gt;&lt;TD&gt;=IF(D6&amp;gt;1,"-hs-multi"&amp;amp;D6-1,"")&lt;/TD&gt;&lt;TD&gt;=SUBSTITUTE(C6,"@",E6&amp;amp;"@")&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That way, you have multiple contacts one with a valid email that can be used for marketing and the rest that have an identifiably modified email address that&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;stay&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;in the CRM but are in your&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://knowledge.hubspot.com/getting-started-with-hubspot-v2/how-to-import-an-opt-out-list-into-your-account" target="_self"&gt;opt-out list&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;and therefore not counting toward your contact tier.&lt;/P&gt;</description>
    <pubDate>Wed, 08 Aug 2018 19:04:02 GMT</pubDate>
    <dc:creator>MatthewShepherd</dc:creator>
    <dc:date>2018-08-08T19:04:02Z</dc:date>
    <item>
      <title>Two contacts, 1 email address</title>
      <link>https://community.hubspot.com/t5/CRM/Two-contacts-1-email-address/m-p/18673#M1542</link>
      <description>&lt;P&gt;Is there any way to assign the same email address to two different contacts? &amp;nbsp;I would like profiles for up to 3 or 4 different contacts to track separate interactions but they share a sales@suchandsuch.com type address. &amp;nbsp;Is there no way to give them each their own distinct profile while using the same email address? &amp;nbsp;I'm not concerned that all emails will be tracked to all profiles.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you in advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Matt&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jun 2017 13:28:52 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CRM/Two-contacts-1-email-address/m-p/18673#M1542</guid>
      <dc:creator>theXO</dc:creator>
      <dc:date>2017-06-13T13:28:52Z</dc:date>
    </item>
    <item>
      <title>Re: Two contacts, 1 email address</title>
      <link>https://community.hubspot.com/t5/CRM/Two-contacts-1-email-address/m-p/18696#M1545</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/2446"&gt;@theXO&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It's not possible I'm afraid.&amp;nbsp;HubSpot uses email address as the unique identifier for contact de-duplication, so entering a second name to an existing email address just overwrites the first one entered.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jun 2017 15:53:08 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CRM/Two-contacts-1-email-address/m-p/18696#M1545</guid>
      <dc:creator>Phil_Vallender</dc:creator>
      <dc:date>2017-06-13T15:53:08Z</dc:date>
    </item>
    <item>
      <title>Re: Two contacts, 1 email address</title>
      <link>https://community.hubspot.com/t5/CRM/Two-contacts-1-email-address/m-p/18697#M1546</link>
      <description>&lt;P&gt;Thank you for your help Phil.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jun 2017 15:57:31 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CRM/Two-contacts-1-email-address/m-p/18697#M1546</guid>
      <dc:creator>theXO</dc:creator>
      <dc:date>2017-06-13T15:57:31Z</dc:date>
    </item>
    <item>
      <title>Re: Two contacts, 1 email address</title>
      <link>https://community.hubspot.com/t5/CRM/Two-contacts-1-email-address/m-p/28061#M3037</link>
      <description>&lt;P&gt;Could this thread be moved to Hubspot Ideas.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Most of my old customers use only one email for the couple. When i want to email one more than the other and would like to have the note in their respective profile, it get complicated. I have to copy paste...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 25 Aug 2017 16:25:15 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CRM/Two-contacts-1-email-address/m-p/28061#M3037</guid>
      <dc:creator>Camirand</dc:creator>
      <dc:date>2017-08-25T16:25:15Z</dc:date>
    </item>
    <item>
      <title>Re: Two contacts, 1 email address</title>
      <link>https://community.hubspot.com/t5/CRM/Two-contacts-1-email-address/m-p/183886#M108222</link>
      <description>&lt;P&gt;This is going to create problems for me.&amp;nbsp; Some of my client contacts have shared email addresses.&amp;nbsp; Not being able to add both with the same address is an issue.&amp;nbsp; Is there a workaround?&lt;/P&gt;</description>
      <pubDate>Sat, 31 Mar 2018 02:21:53 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CRM/Two-contacts-1-email-address/m-p/183886#M108222</guid>
      <dc:creator>FSS-DGA</dc:creator>
      <dc:date>2018-03-31T02:21:53Z</dc:date>
    </item>
    <item>
      <title>Re: Two contacts, 1 email address</title>
      <link>https://community.hubspot.com/t5/CRM/Two-contacts-1-email-address/m-p/186336#M108404</link>
      <description>&lt;P&gt;I have the same issue.&amp;nbsp; 2 clients in the household, 1 email address for the both...takes up more time to "copy and paste" into the "other" record.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Apr 2018 19:06:15 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CRM/Two-contacts-1-email-address/m-p/186336#M108404</guid>
      <dc:creator>bsummerville</dc:creator>
      <dc:date>2018-04-17T19:06:15Z</dc:date>
    </item>
    <item>
      <title>Re: Two contacts, 1 email address</title>
      <link>https://community.hubspot.com/t5/CRM/Two-contacts-1-email-address/m-p/188163#M108561</link>
      <description>&lt;P&gt;Removing&amp;nbsp;duplicate comment&lt;/P&gt;</description>
      <pubDate>Wed, 08 Aug 2018 19:04:58 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CRM/Two-contacts-1-email-address/m-p/188163#M108561</guid>
      <dc:creator>MatthewShepherd</dc:creator>
      <dc:date>2018-08-08T19:04:58Z</dc:date>
    </item>
    <item>
      <title>Re: Two contacts, 1 email address</title>
      <link>https://community.hubspot.com/t5/CRM/Two-contacts-1-email-address/m-p/188177#M108563</link>
      <description>&lt;P&gt;Removing duplicate comment&lt;/P&gt;</description>
      <pubDate>Wed, 08 Aug 2018 19:03:03 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CRM/Two-contacts-1-email-address/m-p/188177#M108563</guid>
      <dc:creator>MatthewShepherd</dc:creator>
      <dc:date>2018-08-08T19:03:03Z</dc:date>
    </item>
    <item>
      <title>Re: Two contacts, 1 email address</title>
      <link>https://community.hubspot.com/t5/CRM/Two-contacts-1-email-address/m-p/188179#M108564</link>
      <description>&lt;P&gt;This is an issue we often struggle with.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can't guarantee that this is the right solution, but a workaround I'm exploring at the moment is adding an incremental string and number into the email addresses, to allow us to create a second contact record, and then opting out those incorrect emails (by importing as an opt-out list - i.e. never contact unless the contact manually&amp;nbsp;opts in).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You want to add a short string and number to the email (and not&amp;nbsp;at the end so it still validates) to make sure everyone can&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;using&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;crm&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;can be sure that this is an invalid email that we created on purpose e.g. myname&lt;STRONG&gt;-hs-multi1&lt;/STRONG&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/17945"&gt;@test&lt;/a&gt;.com.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;If you have a lot of these contacts working with them in an Excel workbook can help with adding those incremental string and numbers and then creating a list of contacts (with invalid incremental email addresses) for opt out.&lt;BR /&gt;&lt;BR /&gt;Here's how I do that in Excel:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;First Name&amp;nbsp; &amp;nbsp; &amp;nbsp;Last Name&amp;nbsp; &amp;nbsp; &amp;nbsp; Email&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Count&amp;nbsp; Multi Identifier&amp;nbsp; Final Email&amp;nbsp;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Matthew&lt;/TD&gt;&lt;TD&gt;Shepherd&lt;/TD&gt;&lt;TD&gt;&lt;A href="mailto:test@test.com" target="_blank"&gt;test@test.com&lt;/A&gt;&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;test@test.com&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Joe&lt;/TD&gt;&lt;TD&gt;Smith&lt;/TD&gt;&lt;TD&gt;&lt;A href="mailto:test@test.com" target="_blank"&gt;test@test.com&lt;/A&gt;&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;-hs-multi1&lt;/TD&gt;&lt;TD&gt;test-hs-multi1@test.com&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Jack&lt;/TD&gt;&lt;TD&gt;Black&lt;/TD&gt;&lt;TD&gt;&lt;A href="mailto:test@test.com" target="_blank"&gt;test@test.com&lt;/A&gt;&lt;/TD&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;TD&gt;-hs-multi2&lt;/TD&gt;&lt;TD&gt;test-hs-multi2@test.com&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Matthew&lt;/TD&gt;&lt;TD&gt;Shepherd&lt;/TD&gt;&lt;TD&gt;&lt;A href="mailto:hello@test.com" target="_blank"&gt;hello@test.com&lt;/A&gt;&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;hello@test.com&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Joe&lt;/TD&gt;&lt;TD&gt;Smith&lt;/TD&gt;&lt;TD&gt;&lt;A href="mailto:hello@test.com" target="_blank"&gt;hello@test.com&lt;/A&gt;&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;-hs-multi1&lt;/TD&gt;&lt;TD&gt;hello-hs-multi1@test.com&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;With formulas:&lt;BR /&gt;&lt;BR /&gt;First NameLast Name Email&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Count&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Multi Identifier&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Matthew&lt;/TD&gt;&lt;TD&gt;Shepherd&lt;/TD&gt;&lt;TD&gt;&lt;A href="mailto:test@test.com" target="_blank"&gt;test@test.com&lt;/A&gt;&lt;/TD&gt;&lt;TD&gt;=COUNTIF($C$1:C2,C2)&lt;/TD&gt;&lt;TD&gt;=IF(D2&amp;gt;1,"-hs-multi"&amp;amp;D2-1,"")&lt;/TD&gt;&lt;TD&gt;=SUBSTITUTE(C2,"@",E2&amp;amp;"@")&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Joe&lt;/TD&gt;&lt;TD&gt;Smith&lt;/TD&gt;&lt;TD&gt;&lt;A href="mailto:test@test.com" target="_blank"&gt;test@test.com&lt;/A&gt;&lt;/TD&gt;&lt;TD&gt;=COUNTIF($C$1:C3,C3)&lt;/TD&gt;&lt;TD&gt;=IF(D3&amp;gt;1,"-hs-multi"&amp;amp;D3-1,"")&lt;/TD&gt;&lt;TD&gt;=SUBSTITUTE(C3,"@",E3&amp;amp;"@")&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Jack&lt;/TD&gt;&lt;TD&gt;Black&lt;/TD&gt;&lt;TD&gt;&lt;A href="mailto:test@test.com" target="_blank"&gt;test@test.com&lt;/A&gt;&lt;/TD&gt;&lt;TD&gt;=COUNTIF($C$1:C4,C4)&lt;/TD&gt;&lt;TD&gt;=IF(D4&amp;gt;1,"-hs-multi"&amp;amp;D4-1,"")&lt;/TD&gt;&lt;TD&gt;=SUBSTITUTE(C4,"@",E4&amp;amp;"@")&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Matthew&lt;/TD&gt;&lt;TD&gt;Shepherd&lt;/TD&gt;&lt;TD&gt;&lt;A href="mailto:hello@test.com" target="_blank"&gt;hello@test.com&lt;/A&gt;&lt;/TD&gt;&lt;TD&gt;=COUNTIF($C$1:C5,C5)&lt;/TD&gt;&lt;TD&gt;=IF(D5&amp;gt;1,"-hs-multi"&amp;amp;D5-1,"")&lt;/TD&gt;&lt;TD&gt;=SUBSTITUTE(C5,"@",E5&amp;amp;"@")&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Joe&lt;/TD&gt;&lt;TD&gt;Smith&lt;/TD&gt;&lt;TD&gt;&lt;A href="mailto:hello@test.com" target="_blank"&gt;hello@test.com&lt;/A&gt;&lt;/TD&gt;&lt;TD&gt;=COUNTIF($C$1:C6,C6)&lt;/TD&gt;&lt;TD&gt;=IF(D6&amp;gt;1,"-hs-multi"&amp;amp;D6-1,"")&lt;/TD&gt;&lt;TD&gt;=SUBSTITUTE(C6,"@",E6&amp;amp;"@")&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That way, you have multiple contacts one with a valid email that can be used for marketing and the rest that have an identifiably modified email address that&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;stay&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;in the CRM but are in your&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://knowledge.hubspot.com/getting-started-with-hubspot-v2/how-to-import-an-opt-out-list-into-your-account" target="_self"&gt;opt-out list&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;and therefore not counting toward your contact tier.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Aug 2018 19:04:02 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CRM/Two-contacts-1-email-address/m-p/188179#M108564</guid>
      <dc:creator>MatthewShepherd</dc:creator>
      <dc:date>2018-08-08T19:04:02Z</dc:date>
    </item>
    <item>
      <title>Re: Two contacts, 1 email address</title>
      <link>https://community.hubspot.com/t5/CRM/Two-contacts-1-email-address/m-p/212337#M110645</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I tried your workaround the way I understood it:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;I added 1 contact with sales1@test.com and one with sales2@test.com (actual mail address of both is sales@test.com).&lt;/P&gt;
&lt;P&gt;Now I wanted to add the real&amp;nbsp;&lt;SPAN&gt;sales@test.com address as a&amp;nbsp; second email address in both contact records. However, for the second one, it wouldn't let me do it, but the second email address disappears again after a second.&lt;BR /&gt;&lt;BR /&gt;Can you please tell in more detail how you do this?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Best,&lt;BR /&gt;Sabine&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Oct 2018 14:01:26 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CRM/Two-contacts-1-email-address/m-p/212337#M110645</guid>
      <dc:creator>Sabine</dc:creator>
      <dc:date>2018-10-18T14:01:26Z</dc:date>
    </item>
    <item>
      <title>Re: Two contacts, 1 email address</title>
      <link>https://community.hubspot.com/t5/CRM/Two-contacts-1-email-address/m-p/348032#M120162</link>
      <description>&lt;P&gt;I have a list of 20k contacts with duplicate email address. This is going to be a real issue for me.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jun 2020 07:18:13 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CRM/Two-contacts-1-email-address/m-p/348032#M120162</guid>
      <dc:creator>Echologie</dc:creator>
      <dc:date>2020-06-18T07:18:13Z</dc:date>
    </item>
    <item>
      <title>Re: Two contacts, 1 email address</title>
      <link>https://community.hubspot.com/t5/CRM/Two-contacts-1-email-address/m-p/376198#M122445</link>
      <description>&lt;P&gt;why not use phone number as the indentifier?&lt;/P&gt;&lt;P&gt;phone number is unique and everybody has one!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;in my area many people just don't use email... is that mean i have to create an fake email address for each of them?&amp;nbsp;&lt;/P&gt;&lt;P&gt;much workload you know....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;also, people won't change their phone number often, they use their phone number as long as they can.&lt;/P&gt;&lt;P&gt;but people will change their email address.&lt;/P&gt;</description>
      <pubDate>Sun, 04 Oct 2020 15:10:13 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CRM/Two-contacts-1-email-address/m-p/376198#M122445</guid>
      <dc:creator>vy</dc:creator>
      <dc:date>2020-10-04T15:10:13Z</dc:date>
    </item>
    <item>
      <title>Re: Two contacts, 1 email address</title>
      <link>https://community.hubspot.com/t5/CRM/Two-contacts-1-email-address/m-p/400898#M124444</link>
      <description>&lt;P&gt;I agree - this is a problem (although I get it). Would be really great to get around this - for example we keep the good email address against the child/daughter/son record of the contact (as they normally drive the comms process/need) and the parent/mum/dad has to have no email and we tyherefore loose that ability to email mum and dad about parent stuff.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jan 2021 11:06:01 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CRM/Two-contacts-1-email-address/m-p/400898#M124444</guid>
      <dc:creator>JonathanDobson</dc:creator>
      <dc:date>2021-01-19T11:06:01Z</dc:date>
    </item>
    <item>
      <title>Re: Two contacts, 1 email address</title>
      <link>https://community.hubspot.com/t5/CRM/Two-contacts-1-email-address/m-p/422107#M125905</link>
      <description>&lt;P&gt;Having a unique email address makes no sense at all in real life. There are plenty of customers out there who share corporate email accounts, e.g. &lt;A href="mailto:sales@companyA.com," target="_blank"&gt;sales@companyA.com,&lt;/A&gt; &lt;A href="mailto:finance@companyB.com," target="_blank"&gt;finance@companyB.com,&lt;/A&gt; etc.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We can't expect CRM users to force customers to pick another email address, just because 'our computer says no'.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It's fine when you want to use the email address as part of *potential* duplicate detection, but it should not enforce a unique email address.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Mar 2021 14:41:40 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CRM/Two-contacts-1-email-address/m-p/422107#M125905</guid>
      <dc:creator>HaaWee</dc:creator>
      <dc:date>2021-03-25T14:41:40Z</dc:date>
    </item>
    <item>
      <title>Re: Two contacts, 1 email address</title>
      <link>https://community.hubspot.com/t5/CRM/Two-contacts-1-email-address/m-p/422365#M125920</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/177462"&gt;@HaaWee&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would highly recommend you to please post this idea at our ideas forum (&lt;STRONG&gt;&lt;A href="https://community.hubspot.com/t5/custom/page/page-id/ideaslandingpage" target="_blank"&gt;here&lt;/A&gt;&lt;/STRONG&gt;).&lt;/P&gt;
&lt;P&gt;Our product team, who monitors the forum regularly, can read your specific use case and understand why this would be a useful functionality or change. It also helps other customers facing the same issue to advocate for its implementation on your behalf by upvoting on the thread as well.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you,&lt;/P&gt;
&lt;P&gt;Pam&lt;/P&gt;</description>
      <pubDate>Thu, 25 Mar 2021 22:15:22 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CRM/Two-contacts-1-email-address/m-p/422365#M125920</guid>
      <dc:creator>PamCotton</dc:creator>
      <dc:date>2021-03-25T22:15:22Z</dc:date>
    </item>
    <item>
      <title>Re: Two contacts, 1 email address</title>
      <link>https://community.hubspot.com/t5/CRM/Two-contacts-1-email-address/m-p/446158#M127186</link>
      <description>&lt;P&gt;Most of my team doesn't have phone numbers, at least for business use, and a lot of phone numbers I call are the main business line which is associated with multiple contacts. I see how email works for expediency but would be great to&amp;nbsp; use the contact ID number as the primary unique identifier because of this.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Jun 2021 18:27:06 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CRM/Two-contacts-1-email-address/m-p/446158#M127186</guid>
      <dc:creator>bendonahower</dc:creator>
      <dc:date>2021-06-10T18:27:06Z</dc:date>
    </item>
    <item>
      <title>Re: Two contacts, 1 email address</title>
      <link>https://community.hubspot.com/t5/CRM/Two-contacts-1-email-address/m-p/611157#M133002</link>
      <description>&lt;P&gt;Has anyone figured out a good workaround for this besides just using a placeholder email address, maybe with a custom object or something? We have a client for whom this is going to be a huge issue, and placeholder email addresses help a little bit to at least get the records into the database but there's so many HubSpot sales tools that you can't use when you don't have an actual email address in the default email address field. They went through the whole sales process not realizing that this would ever be an issue so they're understandably very frustrated right now.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Apr 2022 18:26:02 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CRM/Two-contacts-1-email-address/m-p/611157#M133002</guid>
      <dc:creator>katherineladue</dc:creator>
      <dc:date>2022-04-08T18:26:02Z</dc:date>
    </item>
    <item>
      <title>Re: Two contacts, 1 email address</title>
      <link>https://community.hubspot.com/t5/CRM/Two-contacts-1-email-address/m-p/611786#M133012</link>
      <description>&lt;P&gt;This is not about identifiers, it is about the way Hubspot uses the email address to detect and prevent duplicates.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If they would use the phone number in stead, that would create exactly the same problem. Only one contact with any given phone number can exist in the database. So forget about family members using the same home phone numer, office workers that use the company's main number, etc.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There is only one solution: Hubspot should change the duplicate prevention rules to&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- allow for multiple contacts with the same name, phone number, email, etc&lt;/P&gt;&lt;P&gt;- allow the user to define the duplicate detection criteria (e.g. a &lt;STRONG&gt;combination&lt;/STRONG&gt; of name and email)&lt;/P&gt;&lt;P&gt;- allow the user to specify what needs to happen&lt;SPAN&gt;&amp;nbsp;if &lt;/SPAN&gt;&lt;STRONG&gt;potential&amp;nbsp;&lt;/STRONG&gt;&lt;SPAN&gt;duplicates are found: ignore, warn, block&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 10 Apr 2022 09:27:55 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CRM/Two-contacts-1-email-address/m-p/611786#M133012</guid>
      <dc:creator>HaaWee</dc:creator>
      <dc:date>2022-04-10T09:27:55Z</dc:date>
    </item>
    <item>
      <title>Re: Two contacts, 1 email address</title>
      <link>https://community.hubspot.com/t5/CRM/Two-contacts-1-email-address/m-p/611787#M133013</link>
      <description>&lt;P&gt;That may be a technical workaround but completely counter intuitive. Opt in/out is regulated in many countries and can not/should not be used for other purposes.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;BR /&gt;Marketing staff should define market segments without having to worry about duplicate email addresses.&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;They think in terms of contacts.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;Whenever a market segment is using in an email campaign, only one email is sent for each email address, and in Hubspot we (should) know how many contacts we targeted.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 10 Apr 2022 09:35:47 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CRM/Two-contacts-1-email-address/m-p/611787#M133013</guid>
      <dc:creator>HaaWee</dc:creator>
      <dc:date>2022-04-10T09:35:47Z</dc:date>
    </item>
    <item>
      <title>Re: Two contacts, 1 email address</title>
      <link>https://community.hubspot.com/t5/CRM/Two-contacts-1-email-address/m-p/678602#M135232</link>
      <description>&lt;P&gt;This is an issue we face aswell. We have many clients from and older generation who share an email address. We also work with caregivers and guardians who are the single point of contact for multiple clients.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I understand that HubSpot is setup the way it is, but it would be nice if an actual solution could be developed which would allow us to give two (or more) different people the same email address.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Aug 2022 16:25:25 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CRM/Two-contacts-1-email-address/m-p/678602#M135232</guid>
      <dc:creator>sbeacham</dc:creator>
      <dc:date>2022-08-10T16:25:25Z</dc:date>
    </item>
  </channel>
</rss>

