I am building a scorecard to measure compliance for agents sales calls. I have the questions listed with data validation allowing only N or Y to be input below each question. Any question that has an N below will result in a failed call as they cannot miss one part. In order to do this I have used this formula =COUNTIF(G5:J5,"N") meaning it will count the volume of N's, next to this I have put this formula =IF(K5>=1,"FAIL","PASS") however when the questions that we fill in N or Y are blank the cell next to it showing the volume of N's is always 0 until filled in resulting in the box next to that always saying 'PASS'. I would like each of these boxes to stay blank only until Y or N's are input- I hope this makes sense..
I would like to return a blank cell if referenced cells are blank
171 Views Asked by kim At
2
There are 2 best solutions below
Related Questions in EXCEL
- Concatenate excel cell string within cell reference string
- Use hidden information for filtering data
- Using Vlookup in Excel sheet to match substring
- Import from api into multiple excel cells
- Loop through list of files and open them
- Pull and push data from and into sql databases using Excel VBA without pasting the data in Excel sheets
- Loop with equation for upper limit
- excel vba null value in array
- Why is my xml file having these after convert from excel?
- TextToColumns function uses wrong delimiter
- Difference between two dates in excel 2013
- Concatenate string and number as number
- Why in a pivot the "include new items in manual filter" option is grey out when source is a powerpivot?
- Count Unique Values Repeated Dates
- How do I extract info from crunchbase
Related Questions in IF-STATEMENT
- If...Then...Else Visual Basic 2012
- Why does compiler recognize while(true) at compile time but not if(true)
- Swift 2 - Pattern matching in "if"
- How to get a text to display on vba when a button is pressed?
- PHP statements with <<<EOF string
- Convert string to variable in PHP
- Are the conditional statements if(true) and if(false) evaluated at compile time in java?
- Compare strings using ==
- SQL Several Count
- how to get user to pick inputs Java
- WHERE Clause in SQL statement with 2 conditions
- PHP: most efficient way of structuring IF clauses
- Python - Why is my else statement being ignored in this piece of code?
- Multiple conditions in Java
- C program treats an if statement as false when it is in fact true
Related Questions in FORMULA
- How can we decide the total no. of buckets for a hive table
- Unexpected Symbol in As Formula, Can't Find
- Excel formula for Bar-Code scanning old leased PCs to send back
- excel filter formula without v-lookup
- Converting letters to text and back again (Excel 2013)
- Formula in Excel - Logarithmic Average
- Find angle from two points formula
- Compare two columns and if match found check the next cell for a value and then return the result
- I would like to return a blank cell if referenced cells are blank
- Deconstruct Excel Formula To Get Result Without Trying Values
- Interpret formulae/operators as functions
- Counting values embedded in strings inside a column (Google Spreadsheets)
- Excel Help - How to delete duplicates from multipe columns
- Crystal report formula for time schedule based on day of week from the starting date
- Need to write a formula in JavaScript
Related Questions in COUNTIF
- I would like to return a blank cell if referenced cells are blank
- Counting across rows for ###, then countif down columns for ids matching ###
- Counting values embedded in strings inside a column (Google Spreadsheets)
- excel vlookup inside countif criteria
- Excel 2010 countif function
- Using equivalents of Countifs & Lookups to summarise data in R
- Aging formula without using additional column
- Countif function in R
- Excel: count unique values using SUMPRODUCT with multiple conditions
- Sum if frequency countif unique cells
- Countif date in range exceeds date in other range excell 2013
- Summarizing data in excel
- Excel Count number of times in range that cells in column A are less than corresponding cell in column B
- Performing a excel-like countifs in Pandas
- Consolidate Excel formula to COUNTIF all tabs
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
In K5 enter:
and in L5 enter: