Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default Remove decimals but keep numbers

Is there a way with Excel to remove the decimals from a
number but keep all the digits? For example, if I have a
cell that is in a number format with 123.40, I want it to
look like 12340. Any help would be appreciated.


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,885
Default Remove decimals but keep numbers

Hi
several ways:
1. if you always have only two decimals multiply the cell with 100
2. enter the formula
=--SUBSTITUTE(A1,".","")
in an adjacent column and copy down

--
Regards
Frank Kabel
Frankfurt, Germany

Jasmine wrote:
Is there a way with Excel to remove the decimals from a
number but keep all the digits? For example, if I have a
cell that is in a number format with 123.40, I want it to
look like 12340. Any help would be appreciated.

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Remove decimals Matt Excel Discussion (Misc queries) 4 July 2nd 08 05:11 PM
How do I permanantely remove more than 2 decimals Ferd Excel Discussion (Misc queries) 2 September 11th 07 08:35 PM
How do I permanantely remove more than 2 decimals Ferd Excel Discussion (Misc queries) 2 September 10th 07 10:24 AM
Remove Decimals cyndi Excel Discussion (Misc queries) 1 July 13th 06 03:46 PM
How to remove comma and decimals from a value Send Object Command - Two attachments Excel Discussion (Misc queries) 2 November 10th 05 11:13 PM


All times are GMT +1. The time now is 05:10 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"