Hi,
I'm trying to write some VBA code that does the same thing as this Excel Code:
but not sure how to use it.
Can anyone help me out please?
Thanks!
I'm trying to write some VBA code that does the same thing as this Excel Code:
Code:
{=PERCENTILE.INC(IF($A$2:LASTROW=A2,$AF$2:LASTROW),.5)}
I know of the function: [code]Application.WorksheetFunction.Percentile(
Can anyone help me out please?
Thanks!