Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
TMT TMT is offline
external usenet poster
 
Posts: 13
Default wild card in SUMPRODUCT formula

Hello,

This SUMPRODUCT won't work with the wildcard * when I tried to count all the
70222A, B, C, D and E under the "calibrated" condition. Please help.

=SUMPRODUCT(('Q3'!E12:E153="Calibrated")*('Q3'!G12 :G153="70222*"))
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,722
Default wild card in SUMPRODUCT formula

Possible alternative:

=SUMPRODUCT(('Q3'!E12:E153="Calibrated")*(ISNUMBER (SEARCH("70222*",'Q3'!G12:G153))))

--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"Tmt" wrote:

Hello,

This SUMPRODUCT won't work with the wildcard * when I tried to count all the
70222A, B, C, D and E under the "calibrated" condition. Please help.

=SUMPRODUCT(('Q3'!E12:E153="Calibrated")*('Q3'!G12 :G153="70222*"))

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 265
Default wild card in SUMPRODUCT formula

In article ,
Tmt wrote:

=SUMPRODUCT(('Q3'!E12:E153="Calibrated")*('Q3'!G12 :G153="70222*"))



Try...

=SUMPRODUCT(--('Q3'!E12:E153="Calibrated"),--(LEFT('Q3'!G12:G153,5)="7022
2"))

--
Domenic
Microsoft Excel MVP
www.xl-central.com
Your Quick Reference to Excel Solutions
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,520
Default wild card in SUMPRODUCT formula

Try

=SUMPRODUCT(('Q3'!E12:E153="Calibrated")*(LEFT('Q3 '!G12:G153,5)="70222"))

If this post helps click Yes
---------------
Jacob Skaria


"Tmt" wrote:

Hello,

This SUMPRODUCT won't work with the wildcard * when I tried to count all the
70222A, B, C, D and E under the "calibrated" condition. Please help.

=SUMPRODUCT(('Q3'!E12:E153="Calibrated")*('Q3'!G12 :G153="70222*"))

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 10,124
Default wild card in SUMPRODUCT formula

try left('Q3'!G12:G153,5)="70222"

--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"Tmt" wrote in message
...
Hello,

This SUMPRODUCT won't work with the wildcard * when I tried to count all
the
70222A, B, C, D and E under the "calibrated" condition. Please help.

=SUMPRODUCT(('Q3'!E12:E153="Calibrated")*('Q3'!G12 :G153="70222*"))




  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,718
Default wild card in SUMPRODUCT formula

=SUMPRODUCT(('Q3'!E12:E153="Calibrated")*('Q3'!G12 :G153=70222{"A","B","C","D","E"}))


"Tmt" wrote:

Hello,

This SUMPRODUCT won't work with the wildcard * when I tried to count all the
70222A, B, C, D and E under the "calibrated" condition. Please help.

=SUMPRODUCT(('Q3'!E12:E153="Calibrated")*('Q3'!G12 :G153="70222*"))

  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,718
Default wild card in SUMPRODUCT formula

correction:
=SUMPRODUCT(('Q3'!E12:E153="Calibrated")*('Q3'!G12 :G153=70222&{"A","B","C","D","E"}))


"Teethless mama" wrote:

=SUMPRODUCT(('Q3'!E12:E153="Calibrated")*('Q3'!G12 :G153=70222{"A","B","C","D","E"}))


"Tmt" wrote:

Hello,

This SUMPRODUCT won't work with the wildcard * when I tried to count all the
70222A, B, C, D and E under the "calibrated" condition. Please help.

=SUMPRODUCT(('Q3'!E12:E153="Calibrated")*('Q3'!G12 :G153="70222*"))

  #8   Report Post  
Posted to microsoft.public.excel.worksheet.functions
TMT TMT is offline
external usenet poster
 
Posts: 13
Default wild card in SUMPRODUCT formula

This helps out really well. Thanks all that've responded to my request.

tmtu

"Luke M" wrote:

Possible alternative:

=SUMPRODUCT(('Q3'!E12:E153="Calibrated")*(ISNUMBER (SEARCH("70222*",'Q3'!G12:G153))))

--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"Tmt" wrote:

Hello,

This SUMPRODUCT won't work with the wildcard * when I tried to count all the
70222A, B, C, D and E under the "calibrated" condition. Please help.

=SUMPRODUCT(('Q3'!E12:E153="Calibrated")*('Q3'!G12 :G153="70222*"))

  #9   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default wild card in SUMPRODUCT formula

Well, if you had checked your post on 28th August you would have had
your answer 3 days ago.

Pete

On Aug 31, 3:51*pm, Tmt wrote:
Hello,

This SUMPRODUCT won't work with the wildcard * when I tried to count all the
70222A, B, C, D and E under the "calibrated" condition. Please help.

=SUMPRODUCT(('Q3'!E12:E153="Calibrated")*('Q3'!G12 :G153="70222*"))


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 a wild card in SUMPRODUCT SFC Traver Excel Worksheet Functions 8 February 16th 09 06:11 PM
how do I use wild card in SUMPRODUCT formula? Foad Excel Worksheet Functions 4 October 21st 08 07:50 AM
Using wild card in IF formula gcukarski Excel Discussion (Misc queries) 3 September 19th 08 12:22 AM
wild card in sumproduct BNT1 via OfficeKB.com Excel Worksheet Functions 3 November 26th 07 04:10 AM
sumproduct with a search and wild card Scorpvin Excel Discussion (Misc queries) 1 June 14th 06 04:46 PM


All times are GMT +1. The time now is 08:09 AM.

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"