View Single Post
 
Old 04-25-2012, 02:56 PM
Jamal NUMAN Jamal NUMAN is offline Windows 7 64bit Office 2010 64bit
Expert
 
Join Date: Nov 2010
Posts: 615
Jamal NUMAN is on a distinguished road
Question

Quote:
Originally Posted by macropod View Post
Hi Jamal,

The underscore under the degree symbol is part of the font you're using. If you don't like it, use a different font.

When using the custom format, all you need to remember is that values in it must be multiplied by 24 to get the 'real' values and 'real' values must be divided by 24 for the custom format. Of course, when comparing the custom format values to a 'real' value, you can apply the conversion to either the custom format value or the 'real' value.

Instead of your IF formula, you can use:
=MOD(B3,15)*24 or =MOD(B3*24,180)
More challenges!
If the subtraction of two angles is minus, then the value is not given!
For example:
As the value of C11-C9 is -000º00’25’’, then the Excel doesn’t provide this value! Why it doesn’t produce a negative value? It is a need in our calculation
Best
Jamal
Attached Images
File Type: jpg Clip_896.jpg (104.3 KB, 53 views)
Attached Files
File Type: xlsx Angles.xlsx (11.9 KB, 22 views)
Reply With Quote