View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
Ron Rosenfeld Ron Rosenfeld is offline
external usenet poster
 
Posts: 5,651
Default S Curve ...can I create it in Excel?

On Mon, 15 Jan 2007 07:08:01 -0800, Cham
wrote:

Putting together a presentation where I want to regularly refer to a graph
depicting the S curve. I would love to create this curve somehow in excel.
I have tried unsucessfully. Your thoughts and suggestions are greatly
appreciated.


Are you, perhaps, thinking of graphing the SINE function?

Set up two columns

Degrees Sine

In the degrees column, put a series of values from 0 to 360, perhaps with an
increment of 15.

In the Sine column, use a formula of the type:

=SIN(RADIANS(degrees)

Then graph using a line and the X-Y type of graph.


--ron