Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have a spreadsheet where values yes/no have been changed to x/X - how do I
count only the number of rows with a small "x" and exclude all of the rows marked with a large "X" |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi!
Try this: =SUMPRODUCT(--(EXACT(A1:A10,"x"))) Biff "jbeletz" wrote in message ... I have a spreadsheet where values yes/no have been changed to x/X - how do I count only the number of rows with a small "x" and exclude all of the rows marked with a large "X" |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Use the EXACT() function to compare.
See HELP for details -- Kind regards, Niek Otten Microsoft MVP - Excel "jbeletz" wrote in message ... |I have a spreadsheet where values yes/no have been changed to x/X - how do I | count only the number of rows with a small "x" and exclude all of the rows | marked with a large "X" |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
jbeletz wrote:
I have a spreadsheet where values yes/no have been changed to x/X - how do I count only the number of rows with a small "x" and exclude all of the rows marked with a large "X" If the functions in the freely downloadable file at http://home.pacbell.net/beban are available to your workbook =ArrayCountIf(A1:A20,"x",,TRUE) Alan Beban |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Conversion | Excel Worksheet Functions |