Created
August 30, 2018 14:38
-
-
Save wangeleile/56ee518fe10b3697eff86ebea2535fd6 to your computer and use it in GitHub Desktop.
Excel Formel, Finden ab Zeichen
This file contains hidden or 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
B2 : =FINDEN("/";A2) | |
C2 : =LINKS(A2;FINDEN("/";A2)-1) | |
D2 : =RECHTS(A2;LÄNGE(A2)-FINDEN("/";A2)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment