+ Reply to Thread
Results 1 to 2 of 2

Quality Form formula problem

  1. #1
    Registered User
    Join Date
    02-13-2017
    Location
    Philippines
    MS-Off Ver
    2010
    Posts
    1

    Quality Form formula problem

    Hi!

    This is my first time to create a quality form and I only have basic knowledge of formulas.
    Challenge #1: On my Compliance error rate when tagged as N/A, N/A is still being a divisor to get the final score, I suppose i am needing condition for the NA.
    Challenge #2: Is there a way to remove the 0.00% on the compliance error and 100.00% on the over all quality if questions are not answered yet so I can get an an average for both accurately?


    Please help!
    Attached Files Attached Files
    Last edited by Nate_13; 02-17-2017 at 11:56 PM. Reason: Re uploaded file

  2. #2
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,523

    Re: Quality Form formula problem

    Try

    =IF(COUNT(O7:O31)=0,"",SUM(O7:O12,O15:O17,O22:O25,O28,O31)/15)

    and

    =IF(COUNT(O7:O31)=0,"",$O$33-O32)

    for #N/A errors

    =IFERROR( your formula,"")
    Last edited by JohnTopley; 02-18-2017 at 09:23 AM.

+ 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. Replies: 20
    Last Post: 07-28-2020, 04:47 AM
  2. Call Center Quality Form.
    By allanreyen in forum Tips and Tutorials
    Replies: 0
    Last Post: 05-16-2016, 09:13 AM
  3. [SOLVED] problem with =COUNTIF((OFFSET(INDIRECT(CONCATENATE(("'Quality Audit Criteria'!$f$",MATCH(
    By nadiac2402 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 05-13-2014, 08:22 AM
  4. Form VB stopped working once I added a few line, "Form" Code Problem
    By amaro5211 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 04-20-2013, 10:50 PM
  5. Quality problem pasting picture in userform in Excel 2007
    By japiejum in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 01-18-2013, 04:41 AM
  6. quality complaint form
    By Shocked in forum Outlook Programming / VBA / Macros
    Replies: 7
    Last Post: 07-30-2009, 09:14 AM
  7. quality monitoring form
    By slimjen in forum Excel General
    Replies: 1
    Last Post: 01-09-2009, 12:50 AM

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