Problem: I have a task name column and within this contains a number that I'm trying to extract. The number is always formatted with CRXXXXXX. The location of CRXXXXXX in the column varies from row to row.
Goal: I want to extract the number from the task column.
Example:
CR123456 would be 123456 a new cell.
I have seen several ways to extract if the information is always in the same place.