View Single Post
  #2   Report Post  
Smuggy
 
Posts: n/a
Default

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

"bsantona" wrote:

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.