Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
TJA TJA is offline
external usenet poster
 
Posts: 5
Default Counting only uppercase letters with wildcard in column/row

I'm working with columns and/or rows containing both upper and lower case
letters with wildcards. I only want to count upper case letters with
wildcards. Any help to this problem will be greatly appreciated. BTW I'm
using excel 2007. Thanks!
  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 3,268
Default Counting only uppercase letters with wildcard in column/row

Post the formula that you are using now that counts all cases


--


Regards,


Peo Sjoblom



"TJA" wrote in message
...
I'm working with columns and/or rows containing both upper and lower case
letters with wildcards. I only want to count upper case letters with
wildcards. Any help to this problem will be greatly appreciated. BTW I'm
using excel 2007. Thanks!



  #3   Report Post  
Posted to microsoft.public.excel.newusers
TJA TJA is offline
external usenet poster
 
Posts: 5
Default Counting only uppercase letters with wildcard in column/row

This is the current formula... It will count only the letter "y" with
wildcard, regardless if it is upper or lower case. I would like it to count
only uppercase with wildcard. Thanks for your response.

=COUNTIF(B4:B7,"y*")

"Peo Sjoblom" wrote:

Post the formula that you are using now that counts all cases


--


Regards,


Peo Sjoblom



"TJA" wrote in message
...
I'm working with columns and/or rows containing both upper and lower case
letters with wildcards. I only want to count upper case letters with
wildcards. Any help to this problem will be greatly appreciated. BTW I'm
using excel 2007. Thanks!




  #4   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 3,268
Default Counting only uppercase letters with wildcard in column/row

Try

=SUMPRODUCT(--(EXACT(LEFT(B4:B7),"Y")))



--


Regards,


Peo Sjoblom



"TJA" wrote in message
...
This is the current formula... It will count only the letter "y" with
wildcard, regardless if it is upper or lower case. I would like it to
count
only uppercase with wildcard. Thanks for your response.

=COUNTIF(B4:B7,"y*")

"Peo Sjoblom" wrote:

Post the formula that you are using now that counts all cases


--


Regards,


Peo Sjoblom



"TJA" wrote in message
...
I'm working with columns and/or rows containing both upper and lower
case
letters with wildcards. I only want to count upper case letters with
wildcards. Any help to this problem will be greatly appreciated. BTW
I'm
using excel 2007. Thanks!






  #5   Report Post  
Posted to microsoft.public.excel.newusers
TJA TJA is offline
external usenet poster
 
Posts: 5
Default Counting only uppercase letters with wildcard in column/row

Thanks for trying... unfortunately when using the formula I got a REF!
message. Any other suggestion?

"Peo Sjoblom" wrote:

Try

=SUMPRODUCT(--(EXACT(LEFT(B4:B7),"Y")))



--


Regards,


Peo Sjoblom



"TJA" wrote in message
...
This is the current formula... It will count only the letter "y" with
wildcard, regardless if it is upper or lower case. I would like it to
count
only uppercase with wildcard. Thanks for your response.

=COUNTIF(B4:B7,"y*")

"Peo Sjoblom" wrote:

Post the formula that you are using now that counts all cases


--


Regards,


Peo Sjoblom



"TJA" wrote in message
...
I'm working with columns and/or rows containing both upper and lower
case
letters with wildcards. I only want to count upper case letters with
wildcards. Any help to this problem will be greatly appreciated. BTW
I'm
using excel 2007. Thanks!








  #6   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 3,268
Default Counting only uppercase letters with wildcard in column/row

You must have copied it incorrectly, it certainly works. REF errors come
from when you reference a cell that doesn't exist for instance if you
reference A1 and then you delete the first row.
There is no way that formula can return a REF error if pasted correctly,
besides it returns the same result as the formula you posted except that it
counts strings that start with uppercase Y


--


Regards,


Peo Sjoblom




"TJA" wrote in message
...
Thanks for trying... unfortunately when using the formula I got a REF!
message. Any other suggestion?

"Peo Sjoblom" wrote:

Try

=SUMPRODUCT(--(EXACT(LEFT(B4:B7),"Y")))



--


Regards,


Peo Sjoblom



"TJA" wrote in message
...
This is the current formula... It will count only the letter "y" with
wildcard, regardless if it is upper or lower case. I would like it to
count
only uppercase with wildcard. Thanks for your response.

=COUNTIF(B4:B7,"y*")

"Peo Sjoblom" wrote:

Post the formula that you are using now that counts all cases


--


Regards,


Peo Sjoblom



"TJA" wrote in message
...
I'm working with columns and/or rows containing both upper and lower
case
letters with wildcards. I only want to count upper case letters with
wildcards. Any help to this problem will be greatly appreciated. BTW
I'm
using excel 2007. Thanks!








  #7   Report Post  
Posted to microsoft.public.excel.newusers
TJA TJA is offline
external usenet poster
 
Posts: 5
Default Counting only uppercase letters with wildcard in column/row

You were correct.... I copied the formula incorrectly. Thank you!!!

"TJA" wrote:

I'm working with columns and/or rows containing both upper and lower case
letters with wildcards. I only want to count upper case letters with
wildcards. Any help to this problem will be greatly appreciated. BTW I'm
using excel 2007. Thanks!

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
In Excel, can you change uppercase letters to lowercase mdh6245 New Users to Excel 2 September 4th 07 10:06 PM
excel: count uppercase letters in a cell harry bachrach Excel Worksheet Functions 13 July 13th 07 03:58 PM
Why do all my cells automatically turn into uppercase letters? Tomcat Excel Discussion (Misc queries) 2 October 3rd 05 12:09 AM
CHANGE WHOLE EXCEL worksheet TO UPPERCASE LETTERS? mineralgirl Excel Discussion (Misc queries) 4 September 3rd 05 01:29 AM
Counting Letters in a Column PokerZan Excel Discussion (Misc queries) 4 July 12th 05 07:57 PM


All times are GMT +1. The time now is 01:20 AM.

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

About Us

"It's about Microsoft Excel"