#1   Report Post  
Reidar
 
Posts: n/a
Default return decimals only

Anyone knows how I can format a cell to show decimals only. Not the whole
number. E.g. 4,56 should show 56

Regards,
Reidar
  #2   Report Post  
 
Posts: n/a
Default

Hi

Have a look at the MOD function. Something like
=MOD(4.56,1)
should do the trick.

--
Andy.


"Reidar" wrote in message
...
Anyone knows how I can format a cell to show decimals only. Not the whole
number. E.g. 4,56 should show 56

Regards,
Reidar



  #3   Report Post  
Reidar
 
Posts: n/a
Default

Hi,

It rbought me half way. The result in the cell shows 0.56 but I want to se
only the decimals 56

Any idea?

Regards,
Reidar

"Andy B" wrote:

Hi

Have a look at the MOD function. Something like
=MOD(4.56,1)
should do the trick.

--
Andy.


"Reidar" wrote in message
...
Anyone knows how I can format a cell to show decimals only. Not the whole
number. E.g. 4,56 should show 56

Regards,
Reidar




  #4   Report Post  
Anne Troy
 
Posts: n/a
Default

Use the MOD, then format the cell with a custom format of: .00
Hope it helps!
*******************
~Anne Troy

www.OfficeArticles.com
www.MyExpertsOnline.com


"Reidar" wrote in message
...
Hi,

It rbought me half way. The result in the cell shows 0.56 but I want to se
only the decimals 56

Any idea?

Regards,
Reidar

"Andy B" wrote:

Hi

Have a look at the MOD function. Something like
=MOD(4.56,1)
should do the trick.

--
Andy.


"Reidar" wrote in message
...
Anyone knows how I can format a cell to show decimals only. Not the

whole
number. E.g. 4,56 should show 56

Regards,
Reidar






  #5   Report Post  
Reidar
 
Posts: n/a
Default

Hi,

Getting closer. I now get a "comma" in fron of the number like this ,56

How to get rid of the comma?

Reidar

"Anne Troy" wrote:

Use the MOD, then format the cell with a custom format of: .00
Hope it helps!
*******************
~Anne Troy

www.OfficeArticles.com
www.MyExpertsOnline.com


"Reidar" wrote in message
...
Hi,

It rbought me half way. The result in the cell shows 0.56 but I want to se
only the decimals 56

Any idea?

Regards,
Reidar

"Andy B" wrote:

Hi

Have a look at the MOD function. Something like
=MOD(4.56,1)
should do the trick.

--
Andy.


"Reidar" wrote in message
...
Anyone knows how I can format a cell to show decimals only. Not the

whole
number. E.g. 4,56 should show 56

Regards,
Reidar








  #6   Report Post  
Anne Troy
 
Posts: n/a
Default

If you don't want the decimal, then just change the formula to:
=MOD(A1,1)*100
*******************
~Anne Troy

www.OfficeArticles.com
www.MyExpertsOnline.com


"Reidar" wrote in message
...
Hi,

Getting closer. I now get a "comma" in fron of the number like this ,56

How to get rid of the comma?

Reidar

"Anne Troy" wrote:

Use the MOD, then format the cell with a custom format of: .00
Hope it helps!
*******************
~Anne Troy

www.OfficeArticles.com
www.MyExpertsOnline.com


"Reidar" wrote in message
...
Hi,

It rbought me half way. The result in the cell shows 0.56 but I want

to se
only the decimals 56

Any idea?

Regards,
Reidar

"Andy B" wrote:

Hi

Have a look at the MOD function. Something like
=MOD(4.56,1)
should do the trick.

--
Andy.


"Reidar" wrote in message
...
Anyone knows how I can format a cell to show decimals only. Not

the
whole
number. E.g. 4,56 should show 56

Regards,
Reidar








  #7   Report Post  
Reidar
 
Posts: n/a
Default

Hi,

Solved it with a =right(fixed(n),2)


Reidar

"Reidar" wrote:

Hi,

Getting closer. I now get a "comma" in fron of the number like this ,56

How to get rid of the comma?

Reidar

"Anne Troy" wrote:

Use the MOD, then format the cell with a custom format of: .00
Hope it helps!
*******************
~Anne Troy

www.OfficeArticles.com
www.MyExpertsOnline.com


"Reidar" wrote in message
...
Hi,

It rbought me half way. The result in the cell shows 0.56 but I want to se
only the decimals 56

Any idea?

Regards,
Reidar

"Andy B" wrote:

Hi

Have a look at the MOD function. Something like
=MOD(4.56,1)
should do the trick.

--
Andy.


"Reidar" wrote in message
...
Anyone knows how I can format a cell to show decimals only. Not the

whole
number. E.g. 4,56 should show 56

Regards,
Reidar






  #8   Report Post  
CLR
 
Posts: n/a
Default

One way.........

=A1-INT(A1)

Vaya con Dios,
Chuck, CABGx3



"Reidar" wrote in message
...
Anyone knows how I can format a cell to show decimals only. Not the whole
number. E.g. 4,56 should show 56

Regards,
Reidar



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
check if reference exists, then return its value or return 0 doudou Excel Worksheet Functions 1 June 4th 05 09:17 PM
How do create a formula to evalute a # to return 1 of 4 conditions Larry Excel Worksheet Functions 4 May 29th 05 12:58 AM
Using a Vlookup to return values in a data list? rtjeter Excel Worksheet Functions 2 April 26th 05 05:56 AM
if the value of a cell in a range is not blank, then return the v. kvail Excel Worksheet Functions 2 April 8th 05 10:07 PM
How do I return dynamic lists? liciakay Excel Worksheet Functions 1 March 30th 05 08:22 AM


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