I'm using this as an example. The actual data is 3000 rows and it is
too much to include here.
> I've had a look at this and there doesn't seem to be a problem. Have another
> look to check all the data and formula is correct.
[quoted text clipped - 30 lines]
> http://www.newsfeeds.com The #1 Newsgroup Service in the World! 120,000+ Newsgroups
> ----= East and West-Coast Server Farms - Total Privacy via Encryption =----
ryanhannasmith@gmail.com wrote...
>I'm using this as an example. The actual data is 3000 rows and it is
>too much to include here.
...
Then you're out of luck. Given A1:A6 containing
10
20
30
60
25
12
>>>>When I use the =SMALL(A1:A6,1) the function returns 10
This is correct.
>>>>When I use the =SMALL(A1:A6,2) the function returns 10 ** this should
>>>>be 12 **
>>>>When I use the =SMALL(A1:A6,3) the function returns 12 ** this should
>>>>be 25 **
These are INCORRECT.
Your formulas, as shown, produce the expected results with your overly
simplified sample data. IF Excel is giving you incorrect results, it's
critical you show the actual values in your worksheet for any of the
rest of us to diagnose the problem.
Show us the EXACT formula in your ACTUAL workbook that gives the first
incorrect result. Then show us IN FULL the value that formula returns,
that is, select the cell containing the formula, press [F2], [F9],
[Ctrl]+C, [Esc] in sequence to put the exact value into your clipboard
so you could paste it into a follow-up. Denoting the 2nd argument of
this formula as N, repeat this - formulas and values - for N-1 and N+1,
what Excel returns as the immediately smaller and larger values.
So 3 formulas and 3 values. That shouldn't take too much bandwidth.
ryanhannasmith@gmail.com - 11 Jan 2007 16:17 GMT
Thanks to everyone's input. I figured out the problem, the formula was
fine, it was my data set that was wrong. Sorry to waste anyone's time.
-Ryan
> ryanhannasmith@gmail.com wrote...
> >I'm using this as an example. The actual data is 3000 rows and it is
[quoted text clipped - 35 lines]
>
> So 3 formulas and 3 values. That shouldn't take too much bandwidth.