V
varmint
I apologize if this is a newbie question but I can't seem to find th
answer anywhere.
I am trying to clean up some data and have a column that contains 1
character ID numbers.
I only need the last 5 characters so I setup another column to get the
using =RIGHT(B2,5)
Now that I have the last 5, I don't need the original column and wan
to delete it and retain my new column. I can't though since the ne
column has a reference to the original.
How can I store the value returned from the RIGHT function instead o
the reference?
Or, is there a better way to do this such as running some function o
the original column and converting the values within it?
Thanks
answer anywhere.
I am trying to clean up some data and have a column that contains 1
character ID numbers.
I only need the last 5 characters so I setup another column to get the
using =RIGHT(B2,5)
Now that I have the last 5, I don't need the original column and wan
to delete it and retain my new column. I can't though since the ne
column has a reference to the original.
How can I store the value returned from the RIGHT function instead o
the reference?
Or, is there a better way to do this such as running some function o
the original column and converting the values within it?
Thanks