View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
machinist 101[_2_] machinist 101[_2_] is offline
external usenet poster
 
Posts: 3
Default multiple formual'a that equal the same thing

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.