Skip to content

Tag: excel-formula

Excel PERCENTRANK.INC in Javascript

Is there an exact way to clone the PERCENTRANK.INC function of Excel in Javascript ? I wrote my own and also tried to use the following libraries – the results don’t always match. https://github.com/formulajs/formulajs https://github.com/malcolmvr/percentile-rank FormulaJS comes close to Excel&#82…