Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)

  • RE: Equivalent of Excel''''s NORMSINV function

    Here is an equivalent of Excel's NORMSDIST function  (wrote for SYbase 12.5):

     

     

    IF EXISTS (SELECT * FROM sysobjects WHERE type = 'P' AND name = 'GET_NORMSDIST')

        BEGIN

            PRINT 'Dropping Procedure GET_NORMSDIST'

           ...

  • RE: Equivalent of Excel''''s NORMSINV function

    Thank you for NORMSINV function ! It's work !!

    Here is a SQL code for SYBASE 12.5 version:

    IF EXISTS

    (SELECT * FROM sysobjects...

Viewing 2 posts - 1 through 2 (of 2 total)