Forum Discussion
Kate Lufkin
Aug 28, 2017Copper Contributor
Data analysis function not working
Good afternoon, I am using Excel 2013. I have added in the Data Analysis add-on (and the VBA one). The data analysis button shows up on the right of my toolbar, but when I click it nothing happens.....
benmicrosoft5
Jan 17, 2023Copper Contributor
I need the steps to find the sin of 30 degree
SergeiBaklan
Jan 21, 2023Diamond Contributor
Not sure what do you mean exactly. SIN() is taken radians. To get SIN from degree
=SIN(RADIANS(30))