Hi, Im trying to replace all the numbers, "-" and spaces before a text (clipboard).
Examples:
(Input)
147-Matt Swift
203-Todd Markhan
241-Scott McClellaen
Output expected:
Matt Swift
Todd Markhan
Scott McClellaen
Actually results:
147-Matt Swift
203-Todd Markhan
241-Scott McClellaen
Formula I´m using: (Please look jpg
{=replace( {clipboard},"^\d+-\s*", "")}
Thank you very much