Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
(How) Can I set-up up a Custom number to display fractional fractions as in
this example: Display 108.95 as 108 9.5/10 109.70 as 109 7/10 I can make it work for whole numbers as in the secon example by making a Custom No as ?? ?/10, but cannot get it to show me decimals. Any help would be greatly appreciated. Regards, Diane |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Diane
I think you'll be limited to using 0 ??/100 as a custom format which will give you 108 95/100 say. Hope this helps! Richard Diane wrote: (How) Can I set-up up a Custom number to display fractional fractions as in this example: Display 108.95 as 108 9.5/10 109.70 as 109 7/10 I can make it work for whole numbers as in the secon example by making a Custom No as ?? ?/10, but cannot get it to show me decimals. Any help would be greatly appreciated. Regards, Diane |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Try =TEXT(INT(A1),"#")&" "&TEXT(MOD(A1,1)*10,"#0.0")&"/10"
best wishes -- Bernard V Liengme www.stfx.ca/people/bliengme remove caps from email "Diane" wrote in message ... (How) Can I set-up up a Custom number to display fractional fractions as in this example: Display 108.95 as 108 9.5/10 109.70 as 109 7/10 I can make it work for whole numbers as in the secon example by making a Custom No as ?? ?/10, but cannot get it to show me decimals. Any help would be greatly appreciated. Regards, Diane |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Display absolute value of complex number | Excel Discussion (Misc queries) | |||
Custom Number Format | Excel Discussion (Misc queries) | |||
when certain number is typed in a cell to display a message | Excel Discussion (Misc queries) | |||
Return SEARCHED Column Number of Numeric Label and Value | Excel Worksheet Functions | |||
Custom Number Display | Excel Worksheet Functions |