View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
rjtees
 
Posts: n/a
Default Delete first two digits in column

Thank you so much, worked perfectly.

"Duke Carey" wrote:

use an adjacent column and enter a formula such as

WORK ON A COPY OF YOUR DATA

=100*(a2-int(a2))

Copy it down for all the target values. When done, copy all these new
formulas, select the original data, and use Edit-Paste Special-Values.
Then delete your formulas

"rjtees" wrote:

I need to delete 1 digit and then the decimal point, so that the # in the
cell is only what was after the decimal point (ie, 1.1100 to 1100). I'v got
about 2000 rows and don't have time to delete them manually.