Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 18
Default Wildcard in SumProduct

In my spreadsheet I have the following formula to sum values but it won't
work when I try to use a wildcard.
=SumProduct(($B$49:$BJ$55="FA-*)*IsNumber($F$49:$BN$55),$F$49:$BN$55)

The formula works if I use one of the actual categories (ie: FA-1)
But I have several FA-1 through FA-10 and FA-PH.

Any help would be greatly appreciated,

Thank you
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default Wildcard in SumProduct

If it always begins with FA-, try it this way:

=SumProduct((LEFT($B$49:$BJ$55,3)="FA-")*IsNumber($F$49:$BN$55),$F
$49:$BN$55)

Hope this helps.

Pete

On Apr 11, 12:42*pm, Judy L wrote:
In my spreadsheet I have the following formula to sum values but it won't
work when I try to use a wildcard.
=SumProduct(($B$49:$BJ$55="FA-*)*IsNumber($F$49:$BN$55),$F$49:$BN$55)

The formula works if I use one of the actual categories (ie: FA-1)
But I have several FA-1 through FA-10 and FA-PH.

Any help would be greatly appreciated,

Thank you


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 18
Default Wildcard in SumProduct

Thank you, thank you, it works perfect!

Judy

"Pete_UK" wrote:

If it always begins with FA-, try it this way:

=SumProduct((LEFT($B$49:$BJ$55,3)="FA-")*IsNumber($F$49:$BN$55),$F
$49:$BN$55)

Hope this helps.

Pete

On Apr 11, 12:42 pm, Judy L wrote:
In my spreadsheet I have the following formula to sum values but it won't
work when I try to use a wildcard.
=SumProduct(($B$49:$BJ$55="FA-*)*IsNumber($F$49:$BN$55),$F$49:$BN$55)

The formula works if I use one of the actual categories (ie: FA-1)
But I have several FA-1 through FA-10 and FA-PH.

Any help would be greatly appreciated,

Thank you



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default Wildcard in SumProduct

You're welcome, Judy - thanks for feeding back.

Pete

On Apr 11, 1:09*pm, Judy L wrote:
Thank you, thank you, it works perfect!

Judy



"Pete_UK" wrote:
If it always begins with FA-, try it this way:


=SumProduct((LEFT($B$49:$BJ$55,3)="FA-")*IsNumber($F$49:$BN$55),$F
$49:$BN$55)


Hope this helps.


Pete


On Apr 11, 12:42 pm, Judy L wrote:
In my spreadsheet I have the following formula to sum values but it won't
work when I try to use a wildcard.
=SumProduct(($B$49:$BJ$55="FA-*)*IsNumber($F$49:$BN$55),$F$49:$BN$55)


The formula works if I use one of the actual categories (ie: FA-1)
But I have several FA-1 through FA-10 and FA-PH.


Any help would be greatly appreciated,


Thank you- Hide quoted text -


- Show quoted text -


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 help using wildcard kd Excel Discussion (Misc queries) 2 April 2nd 07 11:34 AM
Sumproduct + wildcard Saintsman Excel Worksheet Functions 3 January 12th 07 02:38 PM
SUMPRODUCT WITH WILDCARD Mark Excel Discussion (Misc queries) 5 March 12th 06 05:20 PM
SumProduct w/WildCard briank Excel Worksheet Functions 4 February 24th 06 11:23 PM
wildcard in sumproduct? cjjoo Excel Worksheet Functions 2 October 17th 05 01:08 PM


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