Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default reducing a fraction

Hi GreenMonster ,
if you want fractions in 1/16's or reduced value
you must Round the cell value to 1/16
like : (1/16)*INT(A1/(1/16) (also use Complementary function MROUND(A1,1/16)
then
format the cell with two digits ie : #" "??/??

9,75 9 3/4 =(1/16)*INT(A1/(1/16))
6,50 6 1/2 =(1/16)*INT(A2/(1/16))
7,34 7 5/16 =(1/16)*INT(A3/(1/16))
7,17 7 1/8 =(1/16)*INT(A4/(1/16))
7,02 7 =(1/16)*INT(A5/(1/16))

You can also change rounding to 1/32's ou 1/64's

Regards


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
Show fraction as fraction even if answer is 1 Vin Sukhadia Charts and Charting in Excel 1 December 2nd 09 07:51 PM
Reducing the size. MFS Excel Discussion (Misc queries) 5 August 22nd 09 05:12 AM
Text fraction to fraction format brownti via OfficeKB.com Excel Worksheet Functions 1 February 1st 08 02:38 PM
How do I change fraction to fraction characters? cmcqueary2806 Excel Worksheet Functions 1 November 2nd 06 09:58 PM
Reducing A Number By 1 (one) Chief Excel Programming 4 August 11th 04 05:03 PM


All times are GMT +1. The time now is 07:09 AM.

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"