store some of the information from one cell into another

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I would like to store some of the information from one cell into another. For
instance, information in one cell has StampPDF V 2.3. I would like to cut 2.3
into a different cell. I was wondering if anyone new of the quickest way to
do this. I have about 2000+ cells to work with.
 
If the information you want from the cell is always at the end, and is always
the last 3 characters you could use

=RIGHT(A1,3) assuming that the original information is in cell reference A1

If you actually want to remove the 2.3 from the original cell then
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top