Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
cjjoo
 
Posts: n/a
Default wildcard in sumproduct?


hi guys,

i got a formula that ggoes like this =
sumproduct(--(A1:A100="Apple"),--(B1:B100=Bear), --(problem_in here),
D1:D100)


In the problem_in_here criteria, it is a column with alot of
description . But the

key criteria i need is the key word "happy" with maybe at any part of
a

sentence.

something like the use of a wildcard in countif ().

IS that possibe? pls advise....


--
cjjoo
------------------------------------------------------------------------
cjjoo's Profile: http://www.excelforum.com/member.php...o&userid=26916
View this thread: http://www.excelforum.com/showthread...hreadid=476740

  #2   Report Post  
Aladin Akyurek
 
Posts: n/a
Default wildcard in sumproduct?

--ISNUMBER(SEARCH(SubString,Range))

cjjoo wrote:
hi guys,

i got a formula that ggoes like this =
sumproduct(--(A1:A100="Apple"),--(B1:B100=Bear), --(problem_in here),
D1:D100)


In the problem_in_here criteria, it is a column with alot of
description . But the

key criteria i need is the key word "happy" with maybe at any part of
a

sentence.

something like the use of a wildcard in countif ().

IS that possibe? pls advise....



--

[1] The SumProduct function should implicitly coerce the truth values to
their Excel numeric equivalents.
[2] The lookup functions should have an optional argument for the return
value, defaulting to #N/A in its absence.
  #3   Report Post  
Bob Phillips
 
Posts: n/a
Default wildcard in sumproduct?


=sumproduct(--(A1:A100="Apple"),--(B1:B100=Bear), --(ISNUMBER(FIND("happy",C
1:C100))),D1:D100)

if it is case sensitive

=sumproduct(--(A1:A100="Apple"),--(B1:B100=Bear), --(ISNUMBER(SEARCH("happy"
,C1:C100))),D1:D100)

if not

--

HTH

RP
(remove nothere from the email address if mailing direct)


"cjjoo" wrote in
message ...

hi guys,

i got a formula that ggoes like this =
sumproduct(--(A1:A100="Apple"),--(B1:B100=Bear), --(problem_in here),
D1:D100)


In the problem_in_here criteria, it is a column with alot of
description . But the

key criteria i need is the key word "happy" with maybe at any part of
a

sentence.

something like the use of a wildcard in countif ().

IS that possibe? pls advise....


--
cjjoo
------------------------------------------------------------------------
cjjoo's Profile:

http://www.excelforum.com/member.php...o&userid=26916
View this thread: http://www.excelforum.com/showthread...hreadid=476740



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
Using Wildcard characters in sumproduct Charles Excel Worksheet Functions 3 July 22nd 05 05:23 AM
SUMPRODUCT with Wildcard JerryS Excel Worksheet Functions 7 June 18th 05 01:45 PM
Sumproduct Wildcard RB Excel Discussion (Misc queries) 6 May 17th 05 04:27 AM
Sumproduct with Wildcard * Jim Excel Worksheet Functions 5 April 5th 05 05:56 PM
adding two sumproduct formulas together ski2004_2005 Excel Worksheet Functions 1 November 12th 04 09:08 PM


All times are GMT +1. The time now is 04:31 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"