Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 246
Default Sumproduct and wildcards

If sumproduct can't use wildcards how do I adjust this formula to
produce the desired results:

=SUMPRODUCT(--(F36:F41="*IS*Time*"),--(I36:I41=2006),(G36:G41)). TIA

Greg

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 52
Default Sumproduct and wildcards

You could try using an array formula:

{=SUM((F36:F41="*IS*Time*")*(I36:I41=2006)*(G36:G4 1))}

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 246
Default Sumproduct and wildcards

Brain, the result was all of 2006. It did not filter for "IS Time" only

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35,218
Default Sumproduct and wildcards

You're looking for "is time" in F36:f41??

=SUMPRODUCT(--isnumber(search("is time",F36:F41)),--(I36:I41=2006),(G36:G41))


GregR wrote:

If sumproduct can't use wildcards how do I adjust this formula to
produce the desired results:

=SUMPRODUCT(--(F36:F41="*IS*Time*"),--(I36:I41=2006),(G36:G41)). TIA

Greg


--

Dave Peterson
  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 246
Default Sumproduct and wildcards

Dave, thanks again for your help

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
SUMPRODUCT & Wildcards UWSPITHD Excel Worksheet Functions 4 November 12th 09 04:32 PM
Sumproduct Wildcards [email protected] Excel Worksheet Functions 5 June 1st 09 06:17 PM
Sumproduct with wildcards Saintsman Excel Worksheet Functions 3 January 18th 07 02:51 PM
Sumproduct and wildcards vipa2000 Excel Worksheet Functions 18 July 31st 05 09:24 PM
Wildcards with SumProduct pomalley Excel Worksheet Functions 7 March 24th 05 03:01 PM


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