J
Jezebel
Try formatting the cell containing the percentile function to display some
decimal places: then you'll get 3.7 as expected.
decimal places: then you'll get 3.7 as expected.
If I populate some cells on an Excel spreadsheet with, say, 1, 2, 3, 4; and then
set another cell to =Percentile([cell range], .9) I get a result of 4.
OTOH, if I'm in VBA and feed the those numbers to
gExcelApp.WorksheetFunction.PercentRank, I get 3.7.
Only diff I can see is the use of a VBA array of double to pass the numbers 1-4.
Does this sound familiar to anybody?
Try formatting the cell containing the percentile function to display some
decimal places: then you'll get 3.7 as expected.