Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
W
 
Posts: n/a
Default Wildcard in Nested functions

Need to count the number of occurences.
When using the wildcard always returns a 0.
Can someone please help.
=SUM(COUNT(IF('RTM Log'!B2:B141=1)*('RTM Log'!C2:C141="Open")*('RTM
Log'!D2:D141="*EASE Dev*"),1)),(COUNT(IF('RTM Log'!B2:B141=1)*('RTM
Log'!C2:C141="Re-open")*('RTM Log'!D2:D141="*EASE Dev*"),1)))
  #2   Report Post  
Jason Morin
 
Posts: n/a
Default

Unfortunately you can't use wildcards that way. Try the
ISNUMBER-SEARCH approach. I re-worked your formula to be:

=SUM(('RTM Log'!B2:B141=1)*('RTM Log'!C2:C141={"Open","Re-
open"})*ISNUMBER(SEARCH("ease dev",'RTM Log'!D2:D141)))

Array-entered (press ctrl + shift + enter).

HTH
Jason
Atlanta, GA

-----Original Message-----
Need to count the number of occurences.
When using the wildcard always returns a 0.
Can someone please help.
=SUM(COUNT(IF('RTM Log'!B2:B141=1)*('RTM Log'!

C2:C141="Open")*('RTM
Log'!D2:D141="*EASE Dev*"),1)),(COUNT(IF('RTM Log'!

B2:B141=1)*('RTM
Log'!C2:C141="Re-open")*('RTM Log'!D2:D141="*EASE

Dev*"),1)))
.

  #3   Report Post  
JE McGimpsey
 
Posts: n/a
Default

One way (not array-entered):

=SUMPRODUCT(--('RTM Log'!B2:B141=1),--('RTM Log'!C2:C141="Open"),
--ISNUMBER(SEARCH("EASE Dev",'RTM Log'!D2:D141)))


For an explanation of the "--" see
http://www.mcgimpsey.com/excel/doubleneg.html


In article ,
"W" wrote:

Need to count the number of occurences.
When using the wildcard always returns a 0.
Can someone please help.
=SUM(COUNT(IF('RTM Log'!B2:B141=1)*('RTM Log'!C2:C141="Open")*('RTM
Log'!D2:D141="*EASE Dev*"),1)),(COUNT(IF('RTM Log'!B2:B141=1)*('RTM
Log'!C2:C141="Re-open")*('RTM Log'!D2:D141="*EASE Dev*"),1)))

  #4   Report Post  
W
 
Posts: n/a
Default

I am sorry that did not work. It still returned a 0. Do you have any other
ideas? Thanks for the help.

"Jason Morin" wrote:

Unfortunately you can't use wildcards that way. Try the
ISNUMBER-SEARCH approach. I re-worked your formula to be:

=SUM(('RTM Log'!B2:B141=1)*('RTM Log'!C2:C141={"Open","Re-
open"})*ISNUMBER(SEARCH("ease dev",'RTM Log'!D2:D141)))

Array-entered (press ctrl + shift + enter).

HTH
Jason
Atlanta, GA

-----Original Message-----
Need to count the number of occurences.
When using the wildcard always returns a 0.
Can someone please help.
=SUM(COUNT(IF('RTM Log'!B2:B141=1)*('RTM Log'!

C2:C141="Open")*('RTM
Log'!D2:D141="*EASE Dev*"),1)),(COUNT(IF('RTM Log'!

B2:B141=1)*('RTM
Log'!C2:C141="Re-open")*('RTM Log'!D2:D141="*EASE

Dev*"),1)))
.


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
how do I use multiple nested functions? TeeJay Excel Worksheet Functions 3 February 20th 05 05:09 PM
ENTER EXCEL FORMULA WITH MORE THAN 7 NESTED FUNCTIONS Linda Bolton Excel Worksheet Functions 2 January 14th 05 11:58 AM
Data calculations require more than 7 nested functions F6Hawk Excel Worksheet Functions 4 November 9th 04 06:47 AM
Too many nested functions F6Hawk Excel Worksheet Functions 4 November 9th 04 04:38 AM
Data calculations require more than 7 nested functions F6Hawk Excel Worksheet Functions 0 November 8th 04 04:18 PM


All times are GMT +1. The time now is 06:23 PM.

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"