+ Reply to Thread
Results 1 to 3 of 3

Help

  1. #1
    Monty
    Guest

    Help

    In column (I) I have cost centres, which range from 2001 to 2042 and in
    column (H) I have the number of days taken for payment. In cell AA4 and I
    want to return all payments over 5 days belonging to cost centres
    2033,2036,2037 & 2041.

    Can you please help.

    Monty


  2. #2
    Forum Expert
    Join Date
    09-09-2005
    Location
    England
    MS-Off Ver
    2007
    Posts
    1,500
    Quote Originally Posted by Monty
    In column (I) I have cost centres, which range from 2001 to 2042 and in
    column (H) I have the number of days taken for payment. In cell AA4 and I
    want to return all payments over 5 days belonging to cost centres
    2033,2036,2037 & 2041.

    Can you please help.

    Monty

    =SUMPRODUCT((h1:h100>0)*(i1:i100={2033, 2036, 2037, 2041}))

    Regards

    Dav

  3. #3
    Monty
    Guest

    Re: Help

    Cheers

    "Dav" wrote:

    >
    > Monty Wrote:
    > > In column (I) I have cost centres, which range from 2001 to 2042 and in
    > > column (H) I have the number of days taken for payment. In cell AA4 and
    > > I
    > > want to return all payments over 5 days belonging to cost centres
    > > 2033,2036,2037 & 2041.
    > >
    > > Can you please help.
    > >
    > > Monty

    >
    >
    > =SUMPRODUCT((h1:h100>0)*(i1:i100={2033, 2036, 2037, 2041}))
    >
    > Regards
    >
    > Dav
    >
    >
    > --
    > Dav
    > ------------------------------------------------------------------------
    > Dav's Profile: http://www.excelforum.com/member.php...o&userid=27107
    > View this thread: http://www.excelforum.com/showthread...hreadid=564628
    >
    >


+ 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