Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
In Excel 2007
How do I get the formula: =large(a1:a9,6) to return negative numbers, I only get positive. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Large returns negative..Try the same formula with the below data in
A1:A9...to see that it returns -6 which is the 6th largest of the lot. -1 -2 -3 -4 -5 -6 -7 -8 -9 If this post helps click Yes --------------- Jacob Skaria "BuckinB" wrote: In Excel 2007 How do I get the formula: =large(a1:a9,6) to return negative numbers, I only get positive. |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Jacob is correct. Not sure where you're going BuckingB, but maybe this is
what you want: =-LARGE(A1:A13,6) Long shot... HTH, Ryan--- -- Ryan--- If this information was helpful, please indicate this by clicking ''Yes''. "Jacob Skaria" wrote: Large returns negative..Try the same formula with the below data in A1:A9...to see that it returns -6 which is the 6th largest of the lot. -1 -2 -3 -4 -5 -6 -7 -8 -9 If this post helps click Yes --------------- Jacob Skaria "BuckinB" wrote: In Excel 2007 How do I get the formula: =large(a1:a9,6) to return negative numbers, I only get positive. |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
On Mon, 2 Nov 2009 21:00:01 -0800, BuckinB
wrote: In Excel 2007 How do I get the formula: =large(a1:a9,6) to return negative numbers, I only get positive. You forgot to include a bit of sample data. Give a sample list of number to fill the array, and what you expect to see as an answer. What cell are you 'running' the formula in? |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
LARGE will return negative numbers.
Maybe post a sample of your data and tell us what result you expect. -- Biff Microsoft Excel MVP "BuckinB" wrote in message ... In Excel 2007 How do I get the formula: =large(a1:a9,6) to return negative numbers, I only get positive. |
#6
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
LARGE in that formula will return a negative number if it is the 6th
largest. If you want the 6th smallest, change LARGE to SMALL. -- David Biddulph "BuckinB" wrote in message ... In Excel 2007 How do I get the formula: =large(a1:a9,6) to return negative numbers, I only get positive. |
#7
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
On Tue, 3 Nov 2009 12:15:13 -0000, "David Biddulph" <groups [at]
biddulph.org.uk wrote: LARGE in that formula will return a negative number if it is the 6th largest. If you want the 6th smallest, change LARGE to SMALL. Also -5 is LARGEr than -10 is. |
#8
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I get negative values when appropriate. What does your data look like?
-- Daryl S "BuckinB" wrote: In Excel 2007 How do I get the formula: =large(a1:a9,6) to return negative numbers, I only get positive. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Formula too large | Excel Discussion (Misc queries) | |||
Large Formula Help | Excel Discussion (Misc queries) | |||
simplify a large formula | New Users to Excel | |||
=large formula | Excel Discussion (Misc queries) | |||
to large if formula | Excel Worksheet Functions |