Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Derek
 
Posts: n/a
Default Fractions in 16ths format - reducing to LCD

I have data in millimeters and converting in aanother cell to inch fractions
in 16ths format (result must be in 16 increments). How do I reduce to LCD - I
do not want to see 8/16 but do want 1/2.
--
Thanks,
Derek
  #2   Report Post  
Bob Phillips
 
Posts: n/a
Default

You have an answer elsewhere.

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Derek" wrote in message
...
I have data in millimeters and converting in aanother cell to inch

fractions
in 16ths format (result must be in 16 increments). How do I reduce to

LCD - I
do not want to see 8/16 but do want 1/2.
--
Thanks,
Derek



  #3   Report Post  
Ron Rosenfeld
 
Posts: n/a
Default

On Thu, 16 Jun 2005 13:33:08 -0700, "Derek"
wrote:

I have data in millimeters and converting in aanother cell to inch fractions
in 16ths format (result must be in 16 increments). How do I reduce to LCD - I
do not want to see 8/16 but do want 1/2.


Round your result to the nearest 16th, and format the cell as a fraction with
up to two digits.

To round:

=ROUND(your_formula*16,0)/16

Format code:

# ??/??


--ron
  #4   Report Post  
Biff
 
Posts: n/a
Default

This works too:

=ROUND(your_formula/16,0)*16

<g

Biff

"Ron Rosenfeld" wrote in message
...
On Thu, 16 Jun 2005 13:33:08 -0700, "Derek"

wrote:

I have data in millimeters and converting in aanother cell to inch
fractions
in 16ths format (result must be in 16 increments). How do I reduce to
LCD - I
do not want to see 8/16 but do want 1/2.


Round your result to the nearest 16th, and format the cell as a fraction
with
up to two digits.

To round:

=ROUND(your_formula*16,0)/16

Format code:

# ??/??


--ron



  #5   Report Post  
Ron Rosenfeld
 
Posts: n/a
Default

On Fri, 17 Jun 2005 01:40:53 -0400, "Biff" wrote:

This works too:

=ROUND(your_formula/16,0)*16

<g


To do what?




--ron
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
Conditonal Format with a date format Kevin Excel Discussion (Misc queries) 2 April 27th 05 10:20 PM
Convert hours and minutes in time format into fractions of hours.. Akern Excel Worksheet Functions 4 April 21st 05 02:56 PM
Office2000: Conditional format behaves strangely Arvi Laanemets Excel Discussion (Misc queries) 1 April 7th 05 08:47 AM
Keep custom format in new worksheet Buddy Excel Discussion (Misc queries) 2 March 14th 05 10:03 AM
How to format a date to a different format Laura Excel Discussion (Misc queries) 1 March 5th 05 09:59 PM


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

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"