Created
June 27, 2013 11:58
-
-
Save marcogrueter/5875902 to your computer and use it in GitHub Desktop.
excel formel um briefanrede aus Anrede, akad. Titel und Nachname zu bilden
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
deutsch: | |
=VERKETTEN(WENN(A2="Herr","Sehr geehrter Herr ","Sehr geehrte Frau "),WENN(UND(ISTTEXT(B2),ISTZAHL(SUCHEN("Prof",B2))),"Professor ",WENN(UND(ISTTEXT(B2),ISTZAHL(SUCHEN("Dr",B2))),"Doktor ","")),E2) | |
französisch: | |
=VERKETTEN(WENN(UND(ISTTEXT(B2),ISTZAHL(SUCHEN("Prof",B2))),"Professeur,",WENN(UND(ISTTEXT(B2),ISTZAHL(SUCHEN("Dr",B2))),"Docteur,",A2))) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment