Closed Thread
Results 1 to 3 of 3

Sumproduct Average

  1. #1
    heater
    Guest

    Sumproduct Average

    I want to look at column B and average column L, if column B DOES NOT equal
    "TX". This formula works if column B equals "TX"

    =SUMIF(B13:B100,"TX",L13:L100)/COUNTIF(B13:B100,"TX")

    What is a formula if column B DOES NOT equal "TX"

  2. #2
    Toppers
    Guest

    RE: Sumproduct Average

    =SUMIF(B13:B100,"<>TX",L13:L100)/COUNTIF(B13:B100,"<>TX")

    "heater" wrote:

    > I want to look at column B and average column L, if column B DOES NOT equal
    > "TX". This formula works if column B equals "TX"
    >
    > =SUMIF(B13:B100,"TX",L13:L100)/COUNTIF(B13:B100,"TX")
    >
    > What is a formula if column B DOES NOT equal "TX"


  3. #3
    Michael
    Guest

    RE: Sumproduct Average

    Hi heater. to sumif column B not equalling tx, use "<>tx" in your formula.
    HTH
    --
    Sincerely, Michael Colvin


    "heater" wrote:

    > I want to look at column B and average column L, if column B DOES NOT equal
    > "TX". This formula works if column B equals "TX"
    >
    > =SUMIF(B13:B100,"TX",L13:L100)/COUNTIF(B13:B100,"TX")
    >
    > What is a formula if column B DOES NOT equal "TX"


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