Date: prev next · Thread: first prev next last
2020 Archives by date, by thread · List index



Am 05.01.2020 um 17:22 schrieb Boris Kirkorowicz:
Hallo,
Hallo Boris

Am 05.01.20 um 16:50 schrieb Jürgen Klatt:
wenn Du mit Zelle eine Zelle in CALC meinst, dann gibt es 2 Optionen:

=ZELLE("filename")

ODER

Nur Dateiname:
=TEIL(ZELLE("FILENAME");FINDEN("#";WECHSELN(ZELLE("FILENAME");"/";"#";LÄNGE(ZELLE("FILENAME"))-LÄNGE(WECHSELN(ZELLE("FILENAME");"/";"")));1)+1;FINDEN("#";ZELLE("FILENAME");1)-FINDEN("#";WECHSELN(ZELLE("FILENAME");"/";"#";LÄNGE(ZELLE("FILENAME"))-LÄNGE(WECHSELN(ZELLE("FILENAME");"/";"")));1)-2)
oh je, ist das aufwendig. Da ich aber nur den Tabellennamen gesucht habe
und nicht den Dateinamen, habe ich mich zu der etwas kürzeren Formel
=TEIL(ZELLE("FILENAME";B2);FINDEN("#$";ZELLE("FILENAME";B2))+2;4)
anregen lassen.

Das zeigt dir nur die ersten 4 Zeichen des Tabellennamens an. Das ist
eine Variante, wie du den vollständigen Namen erhältst, egal wie lange
er im zulässigen Rahmen ist:

=RECHTS(ZELLE("FILENAME");LÄNGE(ZELLE("FILENAME"))-SUCHEN("$";ZELLE("FILENAME")))

LG Günther


Vielen Dank!



-- 
Liste abmelden mit E-Mail an: users+unsubscribe@de.libreoffice.org
Probleme? https://de.libreoffice.org/hilfe-kontakt/mailing-listen/abmeldung-liste/
Tipps zu Listenmails: https://wiki.documentfoundation.org/Netiquette/de
Listenarchiv: https://listarchives.libreoffice.org/de/users/
Datenschutzerklärung: https://www.documentfoundation.org/privacy

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.