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.....
SergeiBaklan
Sep 28, 2017Diamond Contributor
Hi Kate,
Do you see these add-ins as active one?
to be sure they are installed. Try uncheck and check back in Manage add-ins at the bottom of optons, restrting the Excel after each.
benmicrosoft5
Jan 17, 2023Copper Contributor
I need the steps to find the sin of 30 degree
- SergeiBaklanJan 21, 2023Diamond Contributor
Not sure what do you mean exactly. SIN() is taken radians. To get SIN from degree
=SIN(RADIANS(30))