LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #3   Report Post  
Tom
 
Posts: n/a
Default

[posted and mailed]

"Conrad Carlberg" wrote in
ink.net:

Hi Tom,

1. The functions are just ignoring the alpha data. Whence your
suspicion that they're substituting a numeric value?

2. While the functions are not substituting values, a useful technique
in similar situations is to use the IF function to test for a
condition and to return the array you want. Something such as this,
array-entered with Ctrl-Shift-Enter:

=AVERAGE(IF(ISNUMBER(A1:A20),A1:A20,""))

But please note that you needn't do this in the situation you
describe. It's more often used when you're specifying a different sort
of condition, e.g.:

=AVERAGE(IF(A1:A20="Ishtar"),B1:B20,"")

also array-entered.

3. I suspect that the second argument to the PERCENTILE function
you're using does not fall between 0 and 1. Of course, that's just my
opinion; I could be wrong.

--
C^2
Conrad Carlberg

Excel Sales Forecasting for Dummies, Wiley, 2005



Thanks, Conrad. You were right about the percentile. As soon as I
changed it to a decimal fraction, it yielded reasonable results.


Thanks again,

Tom
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel Statistical Functions and Routines David A. Heiser Excel Worksheet Functions 0 June 3rd 05 05:27 PM
Excel Statistical Functions and Routines David A. Heiser Excel Worksheet Functions 1 June 2nd 05 03:52 AM
statistical functions agenda9533 Excel Worksheet Functions 2 March 24th 05 08:59 PM
Pick certain rows from database to use statistical functions on th Matzon Excel Worksheet Functions 0 March 24th 05 11:03 AM
Statistical functions David Excel Worksheet Functions 9 January 13th 05 01:57 PM


All times are GMT +1. The time now is 04:23 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"