Formula to split month and year into two columns

I have data coming into a sheet (Month column) that I need to separate into Month (Helper - Month) and Year (Helper - Year) columns.

I have worked out how to get the month separated using the LEFT function, however when trying to use the RIGHT function to get the Year separated, it works where the month is 4 or less characters only.

This is the formula I am using:

=RIGHT(Month@row, FIND(" ", Month@row))

This is the formula I am using for the Month, which is working as expected:

=LEFT(Month@row, FIND(" ", Month@row))

Any ideas on getting the RIGHT formula to work would be greatly appreciated!

Tags:

Best Answers

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!