M
machinist 101
i'm trying to write a formula that will figure out an angle for me useing
trig. the number always change for the math and i don't always have the same
info.
this is what the graph looks like now
c d e f
angle leg opp leg hyp leg adj
0.0625 0.148 0.134
to find c36
these are the posible formula's
=DEGREES(ASIN(D36/E36))
=DEGREES(ACOS(F36/E36))
=degrees(atan(D36/F36))
i need a formula that has all these formula's in it but it only uses one to
get the answer, using the info i have, but ignores the others if the info
isn't there.
trig. the number always change for the math and i don't always have the same
info.
this is what the graph looks like now
c d e f
angle leg opp leg hyp leg adj
0.0625 0.148 0.134
to find c36
these are the posible formula's
=DEGREES(ASIN(D36/E36))
=DEGREES(ACOS(F36/E36))
=degrees(atan(D36/F36))
i need a formula that has all these formula's in it but it only uses one to
get the answer, using the info i have, but ignores the others if the info
isn't there.