Related Posts
In love 😍😍

Anyone want to grab a drink?
Additional Posts in Excel Genius
Would anyone be willing to teach me vlookup?
Anyone know what these badges are?

New to Fishbowl?
Download the Fishbowl app to
unlock all discussions on Fishbowl.
unlock all discussions on Fishbowl.






If all dates are formatted that way you can very simply use =left() formula
=DATE(LEFT(E2,4),RIGHT(LEFT(E2,6),2),RIGHT(E2,2)) assumes M/D/Y is the desired output
You could use the MID formula here too instead of the RIGHT/LEFT compound formula
“Text to columns” > “fixed width”
Left(4)?
Can't you just sort column E anyway? They already have the year at the start so will sort as you would want
I needed to filter by year after sorting, so those wouldn’t be grouped together in the filter!
In the new column, call the first four digits.
Bowl Leader
Yep numbervalue(left(<cell>,4)
Thank you everyone!