I need to implement an ETL to move from Excel to SQL Server some information. In Excel, users have some analytical functions that we would like to have also in SQL Server (sigh...)
Does anybody know if I can find these functions in SQL Server?
RSQ(calculates the r-squared value)LOGEST(calculates an exponential curve)LOGNORM.INV(returns the inverse of the lognormal cumulative distribution function given specified parameters: mean/average and standard deviation)STDEV(calculates the sample standard deviation)SUMIFS(sums values based on multiple conditions)COUNTIFS(counts values based on multiple conditions)SUMPRODUCT(returns the sum of the products of corresponding ranges or arrays)