+ Reply to Thread
Results 1 to 4 of 4

How to look up a value in list & return multiple corresponding val

Hybrid View

  1. #1
    Jerry
    Guest

    How to look up a value in list & return multiple corresponding val

    I have review a proceedure written by Ashish Mathur but I can not get it to
    work. It continues to return a blank cell. Even when I copy the exact
    information the the example he gives
    --
    JW

  2. #2
    L. Howard Kittle
    Guest

    Re: How to look up a value in list & return multiple corresponding val

    Hi Jerry,

    Post the procedure and what you are trying to do.

    Regards,
    Howard

    "Jerry" <[email protected]> wrote in message
    news:[email protected]...
    >I have review a proceedure written by Ashish Mathur but I can not get it to
    > work. It continues to return a blank cell. Even when I copy the exact
    > information the the example he gives
    > --
    > JW




  3. #3
    Jerry
    Guest

    Re: How to look up a value in list & return multiple corresponding

    I have a data list which changes constantly depending on the work being
    performed. I want to get a total for the individual and the job which is
    being performed. Data looks similar to this:

    Employee Job Job 2 Job3
    John 5 4 250
    chris 2
    dave 1

    John 3

    This continues for 500 rows. I am looking to be able to sum the jobs for
    each employee. Sub Totals and Filters will not work because this sheet is
    linked to many other tabs with calculations and vlookups.

    The proceedure written by Ashish Mathur which is linked in microsoft help
    under vlookup does not seem to work when I try the exact example. It is
    however exactly that I need
    --
    JW


    "L. Howard Kittle" wrote:

    > Hi Jerry,
    >
    > Post the procedure and what you are trying to do.
    >
    > Regards,
    > Howard
    >
    > "Jerry" <[email protected]> wrote in message
    > news:[email protected]...
    > >I have review a proceedure written by Ashish Mathur but I can not get it to
    > > work. It continues to return a blank cell. Even when I copy the exact
    > > information the the example he gives
    > > --
    > > JW

    >
    >
    >


  4. #4
    Jerry
    Guest

    Re: How to look up a value in list & return multiple corresponding

    The equation looks like this
    =IF(ISERROR(INDEX(N8:O411,SMALL(IF(N8:N411=N415,ROW(N8:N411)),ROW(1:1)),2)),"",INDEX(N8:O411,SMALL(IF(N8:N411=N415,ROW(N8:N411)),ROW(1:1)),2))
    --
    JW


    "L. Howard Kittle" wrote:

    > Hi Jerry,
    >
    > Post the procedure and what you are trying to do.
    >
    > Regards,
    > Howard
    >
    > "Jerry" <[email protected]> wrote in message
    > news:[email protected]...
    > >I have review a proceedure written by Ashish Mathur but I can not get it to
    > > work. It continues to return a blank cell. Even when I copy the exact
    > > information the the example he gives
    > > --
    > > JW

    >
    >
    >


+ 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