Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
I'm looking to convert a decimal number(3.75) to a non-decimal number(375)
using a formulas. as I have hundreds of these to do. |
#2
![]() |
|||
|
|||
![]()
=--SUBSTITUTE(A1,".","")
and copy the formula down "snickers22" wrote in message ... I'm looking to convert a decimal number(3.75) to a non-decimal number(375) using a formulas. as I have hundreds of these to do. |
#3
![]() |
|||
|
|||
![]()
Why not something like
=A1*100 -- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting, LLC www.cpearson.com "snickers22" wrote in message ... I'm looking to convert a decimal number(3.75) to a non-decimal number(375) using a formulas. as I have hundreds of these to do. |
#4
![]() |
|||
|
|||
![]()
Try
In a blank cell enter 100. Copy this cell and then highlight the cells you want to convert. Right click and click paste special select values and multiply. HTH "snickers22" wrote: I'm looking to convert a decimal number(3.75) to a non-decimal number(375) using a formulas. as I have hundreds of these to do. |
#5
![]() |
|||
|
|||
![]()
Are all your numbers 2 decimal places or are some greater. Assuming you
have a mix, put 100 in a cell, copy the cell, select all your values at once and do Edit / Paste special / Multiply. Now format all the cells so that you only see integers and then do Tools / Options / Calculation tab / Check precision as displayed. Hit OK and then go back in and uncheck it. Note though that you will lose any decimal data anywhere in that tab. -- Regards Ken....................... Microsoft MVP - Excel Sys Spec - Win XP Pro / XL 97/00/02/03 ---------------------------------------------------------------------------- It's easier to beg forgiveness than ask permission :-) ---------------------------------------------------------------------------- "snickers22" wrote in message ... I'm looking to convert a decimal number(3.75) to a non-decimal number(375) using a formulas. as I have hundreds of these to do. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
convert decimal number to time : convert 1,59 (minutes, dec) to m | Excel Discussion (Misc queries) | |||
How do i convert a number of seconds to a date/time? | Excel Worksheet Functions | |||
Convert data of cells to any type: Number, Date&Time, Text | Excel Discussion (Misc queries) | |||
how to convert total hours (HH:MM) into decimal number | Excel Worksheet Functions | |||
Convert week number into calendar month? | Excel Worksheet Functions |