+ Reply to Thread
Results 1 to 3 of 3

Larger Number

  1. #1
    smandula
    Guest

    Larger Number

    Need help with function ' Large '. When
    =LARGE($C$8:$C$77,1)
    =LARGE($C$8:$C$77,2)
    is copied to separate cells, ' Large ' stops or
    indentifies the first number of group that has
    indentical numbers (36 36).


    Freq Number
    40 29
    38 43
    37 7
    36 20
    36 20
    35 13


    such as 36 and 20 in the above.
    How do you go past the first number 20, to the
    second number Freq (36), which in this case would be 58.

    With Thanks






  2. #2
    smandula
    Guest

    Re: Larger Number

    I forgot to add, that I use a Lookup

    =VLOOKUP(K25,C8:D77,2,FALSE)
    to obtain the number 20.
    It is here where the second number is stuck.

    Hope this explanation helps.

    Thanks




  3. #3
    Tom Ogilvy
    Guest

    Re: Larger Number

    You are correct. The Lookup functions do not find duplicate entries.

    You would probably need to use an array formula but this is usually a
    formula designed specifically for the functionality required.

    You would need to be specific about what you are trying to achieve and how
    your data is laid out.

    --
    Regards,
    Tom Ogilvy



    "smandula" <smandula@idirect.com> wrote in message
    news:Qrydna3v2YikIVrfRVn-oQ@look.ca...
    > I forgot to add, that I use a Lookup
    >
    > =VLOOKUP(K25,C8:D77,2,FALSE)
    > to obtain the number 20.
    > It is here where the second number is stuck.
    >
    > Hope this explanation helps.
    >
    > Thanks
    >
    >
    >




+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1