Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have a column that displays 'Yes' or 'No' Text. Does anyone know a function
to calculate the number of cells containing 'No'? Thanks in advance of any help offered |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
If your Yes or Nos are in column A then use a COUNTIF function
=COUNTIF(A1:A30,"No") "TJ" wrote: I have a column that displays 'Yes' or 'No' Text. Does anyone know a function to calculate the number of cells containing 'No'? Thanks in advance of any help offered |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Assuming your Yes/No is in column A, try this:
=COUNTIF(A:A,"No") Hope this helps. Pete On Apr 9, 10:27*am, TJ wrote: I have a column that displays 'Yes' or 'No' Text. Does anyone know a function to calculate the number of cells containing 'No'? Thanks in advance of any help offered |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
copy of excel file not showing formulal/function in the function b | Excel Discussion (Misc queries) | |||
LINKEDRANGE function - a complement to the PULL function (for getting values from a closed workbook) | Excel Worksheet Functions | |||
Offset function with nested match function not finding host ss. | Excel Worksheet Functions | |||
Emulate Index/Match combo function w/ VBA custom function | Excel Worksheet Functions | |||
Nested IF Function, Date Comparing, and NetworkDays Function | Excel Worksheet Functions |