G Guest Nov 17, 2004 #1 I need to inv sine a value in a spreadsheet, I have already converted deg to rads. I have tried "Asin" but this does not work
I need to inv sine a value in a spreadsheet, I have already converted deg to rads. I have tried "Asin" but this does not work
B Bernie Deitrick Nov 17, 2004 #2 Elimits, You convert to degrees AFTER you do the ASIN, since ASIN only take values from -1 to 1: =ASIN(-0.5)*180/PI() or, if the value is in cell A1 =ASIN(A1)*180/PI() HTH, Bernie MS Excel MVP
Elimits, You convert to degrees AFTER you do the ASIN, since ASIN only take values from -1 to 1: =ASIN(-0.5)*180/PI() or, if the value is in cell A1 =ASIN(A1)*180/PI() HTH, Bernie MS Excel MVP