remettre ordre dans des mail

gosselien

Board Regular
Joined
Jan 15, 2015
Messages
65
Bonjour,

une erreur lors d'un tri a enlevé le lien entre les personnes et leur mail;

comment est il possible en formule et vba remettre les adresses mail qui correspondent aux personnes ?

formule si peu de données et VBA si beaucoup (plusieurs milliers)

J'ai mis des couleurs pour les bonnes correpondances :)

Merci

[TABLE="width: 485"]
<tbody>[TR]
[TD]ENTREPRISE[/TD]
[TD]NOM[/TD]
[TD]PRENOM[/TD]
[TD]MAIL[/TD]
[/TR]
[TR]
[TD]Bouygues Telecom[/TD]
[TD]DUPONT[/TD]
[TD]Arthur[/TD]
[TD]pat@voo.com[/TD]
[/TR]
[TR]
[TD]ASBL[/TD]
[TD]Durant[/TD]
[TD]marc[/TD]
[TD]etienne.j@la.com[/TD]
[/TR]
[TR]
[TD]Free[/TD]
[TD]DUMAT[/TD]
[TD]Guillaume[/TD]
[TD]paul.marly@france-telecom.com[/TD]
[/TR]
[TR]
[TD]Voo[/TD]
[TD]Mac[/TD]
[TD]Patrick[/TD]
[TD]g.dumat@free.fr[/TD]
[/TR]
[TR]
[TD]test 1[/TD]
[TD]jean[/TD]
[TD]etienne[/TD]
[TD]durant.m@la.com[/TD]
[/TR]
[TR]
[TD]France Telecom[/TD]
[TD]MARLY[/TD]
[TD]Paul[/TD]
[TD]arthur@bouygues.fr[/TD]
[/TR]
</tbody>[/TABLE]
 
Last edited:

Excel Facts

Can Excel fill bagel flavors?
You can teach Excel a new custom list. Type the list in cells, File, Options, Advanced, Edit Custom Lists, Import, OK
Bonjour Gosselin
Vous pouvez faire une fonction dans VBA, et l'utiliser dans le livre pour trouver le courrier chaque

Hoja1


*ABCDE
ENTREPRISENOMPRENOMMAILfind
Bouygues TelecomDUPONTArthurpat@voo.comarthur@bouygues.fr
ASBLDurantmarcetienne.j@la.comdurant.m@la.com
FreeDUMATGuillaumepaul.marly@france-telecom.comg.dumat@free.fr
VooMacPatrickg.dumat@free.frpat@voo.com
test 1jeanetiennedurant.m@la.comJean@voo.com
France TelecomMARLYPaularthur@bouygues.frpaul.marly@france-telecom.com
VoojeanpaulJean@voo.comJean@voo.com

<tbody>
[TD="bgcolor: #cacaca, align: center"]1[/TD]

[TD="bgcolor: #cacaca, align: center"]2[/TD]

[TD="bgcolor: #cacaca, align: center"]3[/TD]

[TD="bgcolor: #cacaca, align: center"]4[/TD]

[TD="bgcolor: #cacaca, align: center"]5[/TD]

[TD="bgcolor: #cacaca, align: center"]6[/TD]

[TD="bgcolor: #cacaca, align: center"]7[/TD]

[TD="bgcolor: #cacaca, align: center"]8[/TD]

</tbody>

Spreadsheet Formulas
CellFormula
E2=courrieltrouve(A2;B2;C2;$D$2:$D$8)
E3=courrieltrouve(A3;B3;C3;$D$2:$D$8)
E4=courrieltrouve(A4;B4;C4;$D$2:$D$8)
E5=courrieltrouve(A5;B5;C5;$D$2:$D$8)
E6=courrieltrouve(A6;B6;C6;$D$2:$D$8)
E7=courrieltrouve(A7;B7;C7;$D$2:$D$8)
E8=courrieltrouve(A8;B8;C8;$D$2:$D$8)

<tbody>
</tbody>

<tbody>
</tbody>


Excel tables to the web >> Excel Jeanie HTML 4


Voici la fonction je ai utilisée dans l'exemple

Code:
Function courrieltrouve(ENTREPRISE As String, NOM As String, PRENOM As String, MAIL As Range) As String
    On Error Resume Next
    Dim f1, f2 As Range
    ' ENTREPRISE et NOM
    Set f1 = MAIL.Find(ENTREPRISE)
    Set f2 = f1.Find(NOM)
    If (Not f2 Is Nothing) Then
        courrieltrouve = f2.Formula
    Else
    ' NOM et PRENOM
        Set f1 = MAIL.Find(NOM)
        Set f2 = f1.Find(PRENOM)
        If (Not f2 Is Nothing) Then
            courrieltrouve = f2.Formula
        Else
            ' NOM
            Set f1 = MAIL.Find(NOM)
            If (Not f1 Is Nothing) Then
                courrieltrouve = f1.Formula
            Else
            ' PRENOM
                Set f1 = MAIL.Find(PRENOM)
                If (Not f1 Is Nothing) Then
                    courrieltrouve = f1.Formula
                Else
                    ' PRENOM 3
                    Set f1 = MAIL.Find(Left(PRENOM, 3))
                    If (Not f1 Is Nothing) Then
                        courrieltrouve = f1.Formula
                    Else
                        courrieltrouve = "#NF"
                    End If
                End If
            End If
        End If
    End If
End Function

Cordialement
Sergio

Voici le livre que je l'utilise comme un exemple: https://onedrive.live.com/redir?resid=52B7AEC35713C28B!1713&authkey=!AEomgzagCDKUN-g&ithint=file,xls
 
Upvote 0

Forum statistics

Threads
1,223,937
Messages
6,175,514
Members
452,650
Latest member
Tinfish

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top