To move the 5-digit zip code in cell L2 into its own column, you use the function =LEFT(L2,5).

Correct
To move the 5-digit zip codes in Column L into their own column, you use the RIGHT function: =RIGHT(L2,5).