Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save sebastianrothbucher/f6d5505630f162d46f9d to your computer and use it in GitHub Desktop.
Save sebastianrothbucher/f6d5505630f162d46f9d to your computer and use it in GitHub Desktop.
aus "ein Text #Estimate=22 mehr Text" in Zelle I2 den Wert von Estimate als Zahl ermitteln (OOo Calc)
=WENN(ISTFEHLER(FINDEN("#Estimate=";I2));"";WERT(TEIL(I2;FINDEN("#Estimate=";I2)+LÄNGE("#Estimate=");WENN(ISTFEHLER(FINDEN(" "; I2; FINDEN("#Estimate=";I2)+LÄNGE("#Estimate=")));1000;FINDEN(" "; I2; FINDEN("#Estimate=";I2)+LÄNGE("#Estimate="))-(FINDEN("#Estimate=";I2)+LÄNGE("#Estimate="))))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment