+ Reply to Thread
Results 1 to 2 of 2

Sum Question

  1. #1
    Shawn
    Guest

    Sum Question

    Good day to all. It has been awhile since I have had to post a question.

    I need the answer to be in cell E1. I need a formula that will look at the
    value in cell B1 and then look for a matching value in column D:D. If it
    finds a matching value I need the result to be the value in cell A1 added to
    the value to the immediate left of the found cell in column D:D. Thanks in
    advance.


    --
    Thanks
    Shawn

  2. #2
    Bob Phillips
    Guest

    Re: Sum Question

    =IF(ISNUMBER(MATCH(B1,D:D,0)),A1+INDEX(C:C,MATCH(B1,D:D,0)))

    --

    HTH

    RP
    (remove nothere from the email address if mailing direct)


    "Shawn" <[email protected]> wrote in message
    news:[email protected]...
    > Good day to all. It has been awhile since I have had to post a question.
    >
    > I need the answer to be in cell E1. I need a formula that will look at

    the
    > value in cell B1 and then look for a matching value in column D:D. If it
    > finds a matching value I need the result to be the value in cell A1 added

    to
    > the value to the immediate left of the found cell in column D:D. Thanks

    in
    > advance.
    >
    >
    > --
    > Thanks
    > Shawn




+ 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