Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Tat
 
Posts: n/a
Default Displaying only digits after the decimal point

If i have a '13.75' in a cell, I would like to display just the .75 in
another cell. How do I do this?
  #2   Report Post  
N Harkawat
 
Posts: n/a
Default

=a1-int(a1)
where cell A1 holds 13.75
and that 13.75 is NOT text

If its a text field then
=VALUE(RIGHT(A1,FIND(".",A1)))


"Tat" wrote in message
...
If i have a '13.75' in a cell, I would like to display just the .75 in
another cell. How do I do this?



  #3   Report Post  
Bob Phillips
 
Posts: n/a
Default

=mod(a1,1)

--
HTH

Bob Phillips

"Tat" wrote in message
...
If i have a '13.75' in a cell, I would like to display just the .75 in
another cell. How do I do this?



  #4   Report Post  
Daniel CHEN
 
Posts: n/a
Default

Try the following formula:

=A1-INT(A1)
A1 = 13.75, INT(A1) = 13, Result = 13.75-13 = 0.75

===== * ===== * ===== * =====
Daniel CHEN

Spreadsheet/VBA Specialist

www.Geocities.com/UDQServices
Your "Impossible" Task Could Be Someone Else's "Piece of Cake"
===== * ===== * ===== * =====

"Tat" wrote in message
...
If i have a '13.75' in a cell, I would like to display just the .75 in
another cell. How do I do this?



  #5   Report Post  
Tat
 
Posts: n/a
Default

Thanks to all. All the solutions worked!

"Tat" wrote:

If i have a '13.75' in a cell, I would like to display just the .75 in
another cell. How do I do this?

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
Why am I getting .+ when I hit the decimal point? ato_dad Excel Discussion (Misc queries) 1 May 31st 05 06:52 PM
Fixing a decimal point dave Excel Discussion (Misc queries) 1 April 14th 05 07:50 PM
How to clear decimal point? Michael New Users to Excel 2 March 23rd 05 09:09 PM
Numbers after decimal point excel to word mail merge Andy P Excel Worksheet Functions 1 March 15th 05 11:48 AM
decimal point override does not work Sam Brauen Excel Discussion (Misc queries) 0 January 6th 05 05:29 PM


All times are GMT +1. The time now is 08:13 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"