Hi All,
I am running a percentile function on an array of data.
My array consists of Past 5 years of data & i am looking to calculate percentile on values for each year.
In Excel sheet, I could refer to the Rows for each year and do it. But now i have to create it as a function in VBA.
Is there a way by which i cam apply something like .Percentile(Array(365 to 730), 25%) ? (i.e. this is like calculating percentile for Second Year)
I am running a percentile function on an array of data.
My array consists of Past 5 years of data & i am looking to calculate percentile on values for each year.
In Excel sheet, I could refer to the Rows for each year and do it. But now i have to create it as a function in VBA.
Is there a way by which i cam apply something like .Percentile(Array(365 to 730), 25%) ? (i.e. this is like calculating percentile for Second Year)