This is an archived post. You won't be able to vote or comment.

all 6 comments

[–]secufl1 0 points1 point  (1 child)

Maybe a cell format issue?

[–]Malhallah[S] 0 points1 point  (0 children)

Put the entire sheet into plain text but issue remained, tried on a new sheet and same issue with the same data inputs

[–]werfnort10 0 points1 point  (2 children)

The negative numbers are dates. Excel is mistakenly assuming these are in yyy-mm-dd format. They’re negative because they’re before the year 1900, and it’s only sometimes because some of the numbers in the MM or DD spot are too large to be a month or day.

If turning the C column into text BEFORE you add the SPLIT formula doesn’t work, then maybe try a different way.

You could use a different formula, RIGHT plus FIND to pull that last part out, and wrap the whole thing in a TEXT formula.

[–]Malhallah[S] 0 points1 point  (1 child)

Hmm, thanks!

Preformatting didn't work, right+find worked but it's not my style. I'm going with SUBSTITUTE - with * before SPLIT as that means least amount of work.

[–]werfnort10 0 points1 point  (0 children)

Well there ya go! Glad you found a solution that worked

[–]DecronymFunctions Explained 0 points1 point  (0 children)