+ Reply to Thread
Results 1 to 3 of 3

Exclude cells with a defined value from being counted in a formula

  1. #1
    Registered User
    Join Date
    07-09-2014
    Location
    Harvey, LA
    MS-Off Ver
    2007
    Posts
    29

    Exclude cells with a defined value from being counted in a formula

    Hi All:

    I have a spreadsheet ( see attached ) which tracks the Corrective Actions for my Quality system. The formula in cell AE3 calculates the % of corrective actions closed in 30 days or less. My problem is that it counts all cells, I want to exclude cells in column "F" that contain the value "Vendor Error" from being counted.

    Any assistance is greatly appreciated.
    Attached Files Attached Files

  2. #2
    Registered User
    Join Date
    01-23-2013
    Location
    Chennai, Tamil Nadu
    MS-Off Ver
    Excel 2007
    Posts
    16

    Re: Exclude cells with a defined value from being counted in a formula

    Try using this formula in cell AE3

    =COUNTIFS($W$10:$W$13981,"<=30",$F$10:$F$13981,"<>Vendor Error")/((COUNT($W$10:$W$13981)+COUNTIF($X$10:$X$13981,"Yes")))

  3. #3
    Registered User
    Join Date
    01-23-2013
    Location
    Chennai, Tamil Nadu
    MS-Off Ver
    Excel 2007
    Posts
    16

    Re: Exclude cells with a defined value from being counted in a formula

    to avoid any errors try this formula

    =COUNTIFS($W$10:$W$13981,"<=30",$F$10:$F$13981,"<>Vendor Error")/((COUNT($W$10:$W$13981)+COUNTIF($X$10:$X$13981,"Yes")))

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. IF FORMULA, exclude previous counted ranges, 4+ TIER
    By srands in forum Excel General
    Replies: 4
    Last Post: 02-16-2011, 08:42 PM
  2. Replies: 1
    Last Post: 04-03-2008, 04:49 PM
  3. Need a formula that sums a column but could exclude some cells
    By Watercolor artist in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 12:05 PM
  4. Need a formula that sums a column but could exclude some cells
    By Watercolor artist in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-05-2005, 11:05 PM
  5. Need a formula that sums a column but could exclude some cells
    By Watercolor artist in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-05-2005, 10:05 PM

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