how to enter in a function with sin squared

dbansal2

New Member
Joined
Sep 5, 2007
Messages
32
Hey Guys,

How can I represent the following function in excel:

7.5(sin^2(pi*2*t))

Thanks!
 

Excel Facts

Wildcard in VLOOKUP
Use =VLOOKUP("Apple*" to find apple, Apple, or applesauce
You can chose a cell, say A3, to enter the value of pi, and a series of cells, say B3:B103, to enter your values of t. Then, enter your formula in, say, C3, thus:
=7.5*(sin(2*$A$3*B3))^2
Now, you can copy C3 down, for all the values of t in B3:B200
 
Upvote 0

Forum statistics

Threads
1,222,622
Messages
6,167,128
Members
452,098
Latest member
xel003

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top