Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default how do I count only lower case "x" and exclude upper case "X"

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,688
Default how do I count only lower case "x" and exclude upper case "X"

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,440
Default how do I count only lower case "x" and exclude upper case "X"

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 200
Default how do I count only lower case "x" and exclude upper case "X"

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Conversion SVC Excel Worksheet Functions 9 February 28th 05 02:29 PM


All times are GMT +1. The time now is 12:54 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"