Hi,
I am having an issue separating different types of data in the same column.
The column looks like this:
CMA 201802
CMA 201803
CF 201802
CF 201804
201804
201806
201807
I want to put CMA, CF, and month (201804) in different columns.
I was able with if contains "cma" or "cf" but for the month i cannot use contain since the other ones contain the same data.
Is there a formula to either only take lines with numeric value or only take the lines which are 6 characters long.
PS: I don't want to trim any of the cma / cf.
Thank you in advance,
Max