#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 117
Default Convert numbers

In Column A, the format of the cells is 'number' with 2 decimal-places.

The cells contain:

A

1 0.00
2 1024.52
3 3.79
4 7.63
5 1.00
6 6.99
7 512344.56
8 22.42
9 7.03

What formula do I put in column B so the results are nine-digit numbers
(without the decimal point)? For example:

B

1 000000000
2 000102452
3 000000379
4 000000763
5 000000100
6 000000699
7 051234456
8 000002242
9 000000703

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,688
Default Convert numbers

Hi!

Multiply by 100:

=A1*100

Format the cells as CUSTOM:

000000000

Biff

"GARY" wrote in message
oups.com...
In Column A, the format of the cells is 'number' with 2 decimal-places.

The cells contain:

A

1 0.00
2 1024.52
3 3.79
4 7.63
5 1.00
6 6.99
7 512344.56
8 22.42
9 7.03

What formula do I put in column B so the results are nine-digit numbers
(without the decimal point)? For example:

B

1 000000000
2 000102452
3 000000379
4 000000763
5 000000100
6 000000699
7 051234456
8 000002242
9 000000703



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,572
Default Convert numbers

One way:

=TEXT(A1*100,"000000000")

--
HTH,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------
"GARY" wrote in message
oups.com...
In Column A, the format of the cells is 'number' with 2 decimal-places.

The cells contain:

A

1 0.00
2 1024.52
3 3.79
4 7.63
5 1.00
6 6.99
7 512344.56
8 22.42
9 7.03

What formula do I put in column B so the results are nine-digit numbers
(without the decimal point)? For example:

B

1 000000000
2 000102452
3 000000379
4 000000763
5 000000100
6 000000699
7 051234456
8 000002242
9 000000703


  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 117
Default Convert numbers

When I tried Biff's suggestion: =A1*100 then formatted the cells as
CUSTOM and 000000000, the format would change to SPECIAL.

When I tried Ragdyer's suggestion: =TEXT(A1*100,"000000000"), the
format did not change and I got the results I needed.

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
convert numbers to time ditchy Excel Discussion (Misc queries) 2 June 28th 06 06:18 AM
convert letters to numbers g75 Charts and Charting in Excel 9 February 3rd 06 04:33 PM
Convert numbers stored as text to numbers Excel 2000 Darlene Excel Discussion (Misc queries) 6 January 31st 06 08:04 PM
Convert text to numbers gennario Excel Discussion (Misc queries) 6 January 10th 05 11:56 PM
Is there a formula to convert numbers to written text in Excel? LZC Excel Worksheet Functions 3 November 27th 04 08:10 PM


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