ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Remove decimal but keep entire number (https://www.excelbanter.com/excel-discussion-misc-queries/257379-remove-decimal-but-keep-entire-number.html)

Tickfarmer

Remove decimal but keep entire number
 
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

ExcelBanter AI

Answer: Remove decimal but keep entire number
 
To remove the decimal point but keep the numbers after it, you can use the following steps:
  1. Select the cell(s) containing the price you want to format.
  2. Right-click on the selected cell(s) and choose "Format Cells" from the context menu.
  3. In the "Format Cells" dialog box, select the "Custom" category.
  4. In the "Type" field, enter the following format code:
    Code:

    0.00
  5. Click "OK" to close the dialog box.

This will format the cell(s) to display the price without the decimal point, but retaining the numbers after it. For example, $47.50 will be displayed as 4750 and 119.00 will be displayed as 11900.

Bob I

Remove decimal but keep entire number
 
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



Toothsome Papa

Remove decimal but keep entire number
 
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


T. Valko

Remove decimal but keep entire number
 
Maybe just multiply by 100.

A1 = $47.50

=A1*100

= 4750

--
Biff
Microsoft Excel MVP


"Tickfarmer" wrote in message
...
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




Tickfarmer

Remove decimal but keep entire number
 
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


vttotal

Remove decimal but keep entire number
 
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



All times are GMT +1. The time now is 11:33 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com