Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Changing whole numbers into decimals

I would like to format a cell with one existing string of numbers into
currency, e.g., the current cell has 123456, and I want to format it so that
it shows 1234.56. When I try to format the cell for currency or accounting,
it changes it to 123456.00, which is the opposite direction in which I want
to move the decimal point. How do I get Excel to move the decimal point two
spaces to the left, instead of two spaces to the right?

Thanks!!!!
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,058
Default Changing whole numbers into decimals

This is a dollars and cents question.

In A1 we have
123456
in B1 enter:
=ROUND(A1/100,2)
--
Gary's Student
gsnu200702


"Dos_III" wrote:

I would like to format a cell with one existing string of numbers into
currency, e.g., the current cell has 123456, and I want to format it so that
it shows 1234.56. When I try to format the cell for currency or accounting,
it changes it to 123456.00, which is the opposite direction in which I want
to move the decimal point. How do I get Excel to move the decimal point two
spaces to the left, instead of two spaces to the right?

Thanks!!!!

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5,441
Default Changing whole numbers into decimals

Enter the number 100 into a cell, copy that cell, select all your other
cells with the values that you want to change, right-click the selection,
choose paste-special / choose "divide" and "values" and click OK

HTH,
Bernie
MS Excel MVP


"Dos_III" wrote in message
...
I would like to format a cell with one existing string of numbers into
currency, e.g., the current cell has 123456, and I want to format it so
that
it shows 1234.56. When I try to format the cell for currency or
accounting,
it changes it to 123456.00, which is the opposite direction in which I
want
to move the decimal point. How do I get Excel to move the decimal point
two
spaces to the left, instead of two spaces to the right?

Thanks!!!!



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 138
Default Changing whole numbers into decimals

Formatting changes only the appearance of values, but not the values
themselves. So if you really mean to "make values look like being devided by
hundred" rather than actually deviding them by hundred, you could use a
custom format: #"."##

Cheers,
Joerg Mochikun

"Bernie Deitrick" <deitbe @ consumer dot org wrote in message
...
Enter the number 100 into a cell, copy that cell, select all your other
cells with the values that you want to change, right-click the selection,
choose paste-special / choose "divide" and "values" and click OK

HTH,
Bernie
MS Excel MVP


"Dos_III" wrote in message
...
I would like to format a cell with one existing string of numbers into
currency, e.g., the current cell has 123456, and I want to format it so
that
it shows 1234.56. When I try to format the cell for currency or
accounting,
it changes it to 123456.00, which is the opposite direction in which I
want
to move the decimal point. How do I get Excel to move the decimal point
two
spaces to the left, instead of two spaces to the right?

Thanks!!!!





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
How do I align decimals in Excel when not all numbers have % sym. sjgiles Excel Discussion (Misc queries) 2 September 7th 06 10:36 PM
Changing column of numbers made of formulas to just numbers CJ Excel Discussion (Misc queries) 2 June 14th 06 02:13 PM
Excel Changing Numbers Automatically TomJerzey Excel Discussion (Misc queries) 4 September 19th 05 02:46 PM
rounding numbers, with-out decimals. IE:4507 to 4510 rollover22 Excel Worksheet Functions 3 July 27th 05 05:40 PM
Converting imported numbers to decimals (rather than /100) Frustrated Excel user Excel Worksheet Functions 2 April 5th 05 05:46 PM


All times are GMT +1. The time now is 03:27 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"