Dear Anil,

In large function 1 is using for rank

See details about large function..

 MS Excel: Large Function
------------------------------

In Excel, the *Large* function returns the nth largest value from a set of
values.

The syntax for the *Large* function is:

Large( array, nth_position )

*array* is a range or array from which you want to return the nth largest
value.

*nth_position* is the position from the largest to return.

Applies To:

   - Excel 2007, Excel 2003, Excel XP, Excel 2000


Note:

If *nth_position* is larger than the number of values in *array*, the Large
function will return the #NUM! error.

If *array* is empty, the Large function will return the #NUM! error.

For example:

Let's take a look at an example:

Based on the Excel spreadsheet above:

  =Large(A1:A5, 1) would return 32 =Large(A1:A5, 2) would return 8
=Large(A1:A5,
3) would return 5.7 =Large(A1:A5, 4) would return 4 =Large(A1:A5, 5) would
return -2.3 =Large({6, 23, 5, 2.3}, 2) would return 6

On Tue, Jan 31, 2012 at 5:19 PM, anil kumar <kmr7a...@gmail.com> wrote:

> sorry sir,
>
> but i want to know what is use of 1 in large formula.
>
> and my second queary can solve
>
>
> anil
>
> --
> FORUM RULES (986+ members already BANNED for violation)
>
> 1) Use concise, accurate thread titles. Poor thread titles, like Please
> Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice
> will not get quick attention or may not be answered.
>
> 2) Don't post a question in the thread of another member.
>
> 3) Don't post questions regarding breaking or bypassing any security
> measure.
>
> 4) Acknowledge the responses you receive, good or bad.
>
> 5) Cross-promotion of, or links to, forums competitive to this forum in
> signatures are prohibited.
>
> NOTE : Don't ever post personal or confidential data in a workbook. Forum
> owners and members are not responsible for any loss.
>
>
> ------------------------------------------------------------------------------------------------------
> To post to this group, send email to excel-macros@googlegroups.com
>



-- 
Thanks & regards,
Noorain Ansari
 *http://excelmacroworld.blogspot.com/*<http://excelmacroworld.blogspot.com/>
*http://noorain-ansari.blogspot.com/* <http://noorain-ansari.blogspot.com/>

-- 
FORUM RULES (986+ members already BANNED for violation)

1) Use concise, accurate thread titles. Poor thread titles, like Please Help, 
Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get 
quick attention or may not be answered.

2) Don't post a question in the thread of another member.

3) Don't post questions regarding breaking or bypassing any security measure.

4) Acknowledge the responses you receive, good or bad.

5)  Cross-promotion of, or links to, forums competitive to this forum in 
signatures are prohibited. 

NOTE  : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.

------------------------------------------------------------------------------------------------------
To post to this group, send email to excel-macros@googlegroups.com

Reply via email to