Closed Thread
Results 1 to 2 of 2

ProductSum/IF statment combination

  1. #1
    Registered User
    Join Date
    07-03-2007
    MS-Off Ver
    2003
    Posts
    77

    ProductSum/IF statment combination

    I need a formula that is a combination of a productsum and an if statement. Here is an example:

    =SUMPRODUCT(($G$13:$G$74="Approved")*1)

    but ONLY IF

    B13:B74 = "A"

    How do I write this?

  2. #2
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    16,054

    Re: ProductSum/IF statment combination

    Try this:


    =SUMPRODUCT(--($G$13:$G$74="Approved"),--($B$13:$B$74 = "A") )
    Never use Merged Cells in Excel

Closed 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