+ Reply to Thread
Results 1 to 2 of 2

Finding largest number from list

  1. #1
    holyman
    Guest

    Finding largest number from list

    Hoping someone can help....as couldn't find anything relevant in the forum.

    In sheet 1, I have coulmns of data that includes below. In sheet 2 i need
    to return the highest value that is in column B if column A is 'Kerry
    Beniston1'. In this instance it would be 22Kerry Beniston.
    If it could just return the value of 22, that would be even better, but if
    necessary, can live with the whole text.

    Please can anyone help. Many thanks


    Column A Column B
    KERRY BENISTON0 0KERRY BENISTON
    KERRY BENISTON0 0KERRY BENISTON
    KERRY BENISTON0 0KERRY BENISTON
    KERRY BENISTON1 16KERRY BENISTON
    KERRY BENISTON1 17KERRY BENISTON
    KERRY BENISTON1 22KERRY BENISTON
    KERRY BENISTONFALSE 1KERRY BENISTON




  2. #2
    Franz Verga
    Guest

    Re: Finding largest number from list

    holyman wrote:
    > Hoping someone can help....as couldn't find anything relevant in the
    > forum.
    >
    > In sheet 1, I have coulmns of data that includes below. In sheet 2 i
    > need to return the highest value that is in column B if column A is
    > 'Kerry Beniston1'. In this instance it would be 22Kerry Beniston.
    > If it could just return the value of 22, that would be even better,
    > but if necessary, can live with the whole text.
    >
    > Please can anyone help. Many thanks
    >
    >
    > Column A Column B
    > KERRY BENISTON0 0KERRY BENISTON
    > KERRY BENISTON0 0KERRY BENISTON
    > KERRY BENISTON0 0KERRY BENISTON
    > KERRY BENISTON1 16KERRY BENISTON
    > KERRY BENISTON1 17KERRY BENISTON
    > KERRY BENISTON1 22KERRY BENISTON
    > KERRY BENISTONFALSE 1KERRY BENISTON



    Hi Holyman,

    try this array entered formula (i.e. you should press Ctrl+Shift+Enter
    instead of just Enter):

    =MAX(IF(A34:A40="KERRY BENISTON1",VALUE(LEFT(B34:B40,LEN(B34:B40)-LEN("KERRY
    BENISTON"))),""))&"KERRY BENISTON"

    --
    Hope I helped you.

    Thanks in advance for your feedback.

    Ciao

    Franz Verga from Italy



+ 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