formatting

L

Lawson

I have 2 questions that are probably related to one
another.

1. I am aware that sin(radians(B4)) will convert
radians to degrees. I would like to know how to change a
spreadsheet from radians to degrees. I know there is a
way to set up your excel such that I can simply type sin
(30) and get .5 without converting from radians. I KNOW
this can be done as I had someone do it for on my old
computer. There is a way to switch it back and forth
somehow.
2. when I am using 'if' statements, I have some
spreadsheets that work differently from others. =IF(AND
(D11>1,Q23=1,D10=0),1,0) will return a 1 if the statement
is true, and a 0 if it is false. =IF(AND
(D11>1,Q23=1,D10=0),1) will ALSO return a 1 if true and
return a default of 0 if false on some spreadsheets, but
will return the word 'FALSE' as a default on others (note
that I did not include the ,0 at the end). I would like
to know how to change a spreadsheet from using one
default value to another (creating links between these
two types of spreadsheets has created many problems).

Any help would be very appreciated

GL
 
M

Mike

Excel has a DEGREES() function that changes from radians
to degrees. So, for example, if you enter

=DEGREES(1)

you get the result of

57.29577951

which is the number of degrees in one radian.

Mike
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top