Am 27.01.2013 15:22, schrieb Achim Pabel:
Hallo Listlinge,
Eine Kundennummer soll in einem Feld manuell erfasst werden.  Dabei
setzt sich diese aus  "X"  für   A-Z (GOSSBUCHSTABEN) und  "9"  für
0-9  Zeichen zusammen. Nur "N" ist statisch. Getrennt werden die
einzelnen Abschnitte durch das "-" Minus-Zeichen.
Frage: Wie kann für dieses eine Feld eine Plausibilitätsprüfung
gemacht werden. Hinweis: Ich spreche leider kein LO-Basic.
Eine *einfache*[1] Plausibilitätsprüfung kannst Du auch ohne Makro z. B.
mit
=NICHT(ISTFEHLER(SUCHEN("[A-Z]{2}-[A-Z]{5}-[0-9]{4}-[A-Z][0-9]{2}-N[0-9]{3}";A1;1)))
  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.