Try using this formula in an adjacent column to get rid of last 3 chars
=TRIM(LEFT(A2,LEN(A2)-3)) where A2 is first postal code to strip.
copy it down
Then copy the whole column and do an Edit|Paste Special >> Values over the old data... then delete the newly added column.
Bookmarks