Normsdist is not implemented in this API. The class extends from NotImplementedFunction and is currently just a placeholder.
BTW, only a handful of financial functions are currently implemented; the function implementations are in the class FinanceLib. Look at http://jakarta.apache.org/poi/apidocs/org/apache/poi/hssf/record/formula/functions/FinanceLib.html for futher details of available functions. ~ amol --- Rosie Chandler <[EMAIL PROTECTED]> wrote: > I would like to use the Normsdist function located > in: > > org.apache.poi.hssf.record.formula.functions.Normsdist > > Can I only use this via an Excel spreadsheet? I > would > really just like to use the function on a number > like: > > double input = 1; > double output = Normsdist(input); > > Is this possible? Or if I had to do the calculation > via a spreadsheet, how would I go about doing it? > > --------------------------------------------------------------------- > To unsubscribe, e-mail: > [EMAIL PROTECTED] > Mailing List: > http://jakarta.apache.org/site/mail2.html#poi > The Apache Jakarta Poi Project: > http://jakarta.apache.org/poi/ > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] Mailing List: http://jakarta.apache.org/site/mail2.html#poi The Apache Jakarta Poi Project: http://jakarta.apache.org/poi/
