Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 7
Default convert text to dollar

How do I convert a text number to dollar amount ?

Example :

711 to 7.11

17263 to 172.63



  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,856
Default convert text to dollar

Just divide the number by 100, eg:

=A1/100

if your value is in A1.

Hope this helps.

Pete

julz wrote:
How do I convert a text number to dollar amount ?

Example :

711 to 7.11

17263 to 172.63


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4,339
Default convert text to dollar

Divide by 100

=Value(A1)/100 where A1=711 (or =Value(A1)*0.01)

are values TEXT or INTEGER? If the the latter, =A1*0.01 will be OK.

"julz" wrote:

How do I convert a text number to dollar amount ?

Example :

711 to 7.11

17263 to 172.63



  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 301
Default convert text to dollar

divide by 100
=A1/100
change to "Dollar" (text result, not numeric):
=DOLLAR(A1/100)
change to Fixed (text result):
=FIXED(A1,2)



"julz" wrote in message
...
How do I convert a text number to dollar amount ?

Example :

711 to 7.11

17263 to 172.63





  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 252
Default convert text to dollar

I don't understand what you mean by "dollar amount" but it looks like you can
just divide the number by 100. To do that for a range of cells follow this
procedure.

1. Enter 100 in a blank cell
2. Copy the cell
3. Select the range you want to divide by 100
4. Right Click and select "paste special"
5. Select "values" and "divide" and click ok.

"julz" wrote:

How do I convert a text number to dollar amount ?

Example :

711 to 7.11

17263 to 172.63





  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 791
Default convert text to dollar

Hi julz. In an empty cell type in 100. Copy the cell. Next, select all the
cells you want to convert and go to Edit - Paste Special and select Divide.
This will convert the text to a number and give you 2 decimal places. HTH
--
Sincerely, Michael Colvin


"julz" wrote:

How do I convert a text number to dollar amount ?

Example :

711 to 7.11

17263 to 172.63



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 to convert text to numbers pago Excel Discussion (Misc queries) 5 March 31st 06 04:38 PM
Keep Trailing Zeros When Convert To Text Todd G Excel Discussion (Misc queries) 2 March 23rd 06 03:16 PM
How do I convert excel file into ASCII text file with alignment? Rosaiah Excel Discussion (Misc queries) 2 June 27th 05 12:17 PM
Formulas dealing with text data Bagia Excel Worksheet Functions 6 June 20th 05 10:29 PM
Convert data of cells to any type: Number, Date&Time, Text Kevin Excel Discussion (Misc queries) 0 December 30th 04 06:55 AM


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