View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Matt Matt is offline
external usenet poster
 
Posts: 60
Default Custom trendline syntax

I would like to create a trendline that fits the form of a logistic
growth curve:

y = 1 / ( 1 + (1 / A - 1) * e ^ (-B * x))

How do I type this into the custom format box so that the trendline is
of this form?