The following code is being used in an application that evaluates a range of data.
Unfortunately it is including 0 values in the analysis which I would like it to ignore. Does anyone know what to change in the vba code to get it to consider all members of a range, excluding zeros?
Thanks for any help,
Jim
Code:
pRank = Application.WorksheetFunction.PercentRank(Worksheets(shtname)_
.Range("A1:A17"),.9)
Thanks for any help,
Jim