|  

» Converting Decimal Fractions to Fractions of a Specified Number

Problem:

Converting the decimal fractions in List1 to fractions of four, where each quarter is the equivalent of one decimal unit (tenth).

Solution 1:

Use the INT function as shown in the following formula:
=INT(A2)+((A2-INT(A2))*4)/10

Solution 2:

Use the DOLLARFR function as shown in the following formula:
=DOLLARFR(A2,4)

Rate This Tip
12 34 5
Rating: 2.20     Views: 7816
No comments have been submitted.
Click here to post comment
For Registered Users
Name
Comment Title
Comments