8 answers
You could try:
IF REGEXP_MATCH([Data],'(#)')
THEN REGEXP_EXTRACT([Data],'(#\w+)') END
Best, Don
(Please, don't forget to click Select as Best or Upvote !)
You could try:
IF REGEXP_MATCH([Data],'(#)')
THEN REGEXP_EXTRACT([Data],'(#\w+)') END
Best, Don
(Please, don't forget to click Select as Best or Upvote !)