Remove decimal but keep entire number

  • Thread starter Thread starter Tickfarmer
  • Start date Start date
T

Tickfarmer

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
 
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.
 
Thanks so much.
--
Tickfarmer


Toothsome Papa said:
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.
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top