+ Reply to Thread
Results 1 to 2 of 2

SumIf Formua with two criteria

  1. #1
    Registered User
    Join Date
    03-19-2007
    Posts
    35

    SumIf Formua with two criteria

    I am trying to create a formula so that if two values show up in two different cells then to total them.

    If Column J equals 395 AND Column L equals MIN MDR FEE the sum the values in column N.

    See attached. Your help is greatly appreciated.

    Thank you,
    Attached Files Attached Files

  2. #2
    Forum Guru
    Join Date
    08-26-2007
    Location
    London
    Posts
    4,606

    Re: SumIf Formua with two criteria

    Try this, but remove the trailing spaces in L:

    =SUMPRODUCT(($J$2:$J$7=395)*($L$2:$L$7="MIN MDR FEE")*($N$2:$N$7))

+ 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