+ Reply to Thread
Results 1 to 3 of 3

SumProduct Formula

  1. #1
    carl
    Guest

    SumProduct Formula

    this is part of a sumproduct formula I am using:

    --($D$137:$D$318=C123)

    Is it possible to modify the formula so that it will look for values on C123
    between C123 and C123+3 ?

    Thank you in advance.

  2. #2
    Biff
    Guest

    Re: SumProduct Formula

    Hi!

    Change that array to:

    --($D$137:$D$318>=C123)

    And add another array:

    --($D$137:$D$318<=C123+3)

    Biff

    "carl" <carl@discussions.microsoft.com> wrote in message
    news:B2DEEB67-C1D9-4AC2-83BB-43904DF2E644@microsoft.com...
    > this is part of a sumproduct formula I am using:
    >
    > --($D$137:$D$318=C123)
    >
    > Is it possible to modify the formula so that it will look for values on
    > C123
    > between C123 and C123+3 ?
    >
    > Thank you in advance.




  3. #3
    tjtjjtjt
    Guest

    RE: SumProduct Formula

    How about

    --($D$137:$D$318>=C123),--($D$137:$D$318<=C123+3)

    tj


    "carl" wrote:

    > this is part of a sumproduct formula I am using:
    >
    > --($D$137:$D$318=C123)
    >
    > Is it possible to modify the formula so that it will look for values on C123
    > between C123 and C123+3 ?
    >
    > Thank you in advance.


+ 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