Remove decimal but keep entire number

  • Follow


I need the price to display with no decimal, but retaining the numbers that 
appear after the decimal. For example $47.50 would be 4750.
Example 119.00 would be 11900
Please help

-- 
Tickfarmer
0
Reply Utf 2/25/2010 6:23:02 PM

in adjacent column multiply by 100.

Tickfarmer wrote:

> I need the price to display with no decimal, but retaining the numbers that 
> appear after the decimal. For example $47.50 would be 4750.
> Example 119.00 would be 11900
> Please help
> 

0
Reply Bob 2/25/2010 6:31:31 PM


For excel, changing $47.50 to 4750 is not a "display" issue.  You need to 
multiple it by 100 and put it in another column, and format that column 
number with 0 decimals.

"Tickfarmer" wrote:

> I need the price to display with no decimal, but retaining the numbers that 
> appear after the decimal. For example $47.50 would be 4750.
> Example 119.00 would be 11900
> Please help
> 
> -- 
> Tickfarmer
0
Reply Utf 2/25/2010 6:32:01 PM

Maybe just multiply by 100.

A1 = $47.50

=A1*100

= 4750

-- 
Biff
Microsoft Excel MVP


"Tickfarmer" <Tickfarmer@discussions.microsoft.com> wrote in message 
news:4D5DD301-00D4-451B-96CB-281BC79A725E@microsoft.com...
>I need the price to display with no decimal, but retaining the numbers that
> appear after the decimal. For example $47.50 would be 4750.
> Example 119.00 would be 11900
> Please help
>
> -- 
> Tickfarmer 


0
Reply T 2/25/2010 6:33:56 PM

Thanks so much.  
-- 
Tickfarmer


"Toothsome Papa" wrote:

> For excel, changing $47.50 to 4750 is not a "display" issue.  You need to 
> multiple it by 100 and put it in another column, and format that column 
> number with 0 decimals.
> 
> "Tickfarmer" wrote:
> 
> > I need the price to display with no decimal, but retaining the numbers that 
> > appear after the decimal. For example $47.50 would be 4750.
> > Example 119.00 would be 11900
> > Please help
> > 
> > -- 
> > Tickfarmer
0
Reply Utf 2/25/2010 6:37:01 PM

I personally have never done that in Excel. I tried modifying the cell format 
rule but had no success.

Another idea(if you really have to get that kind of numeric format as soon 
as possible) would be to create another column and just add a(for example) 
=CELL*100 formula.

Let me know how it goes
-- 
Vicente Tulliano


"Tickfarmer" wrote:

> I need the price to display with no decimal, but retaining the numbers that 
> appear after the decimal. For example $47.50 would be 4750.
> Example 119.00 would be 11900
> Please help
> 
> -- 
> Tickfarmer
-1
Reply Utf 2/25/2010 6:37:02 PM

5 Replies
1176 Views

(page loaded in 0.258 seconds)

Similiar Articles:
















7/23/2012 2:13:38 AM


Reply: