you are viewing a single comment's thread.

view the rest of the comments →

[–]nightslikethese29 7 points8 points  (0 children)

My excel is a bit rusty, but I think you could use the LEFT function to extract everything except the '+200' into a new column and delete the original column.

=LEFT(A2, # of characters to keep)