Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Joe Gieder
 
Posts: n/a
Default SUMPRODUCT But With <> Criteria

I'm using this formula but I get the wrong answer,

=SUMPRODUCT(--('Priced BOM'!$H$3:$H$458<"Yes"),--(LEFT('Priced
BOM'!$N$3:$N$458,8)<"Purchase"),--('Priced
BOM'!$X$3:$X$458<"USAInfo"),--(ISNUMBER(SEARCH("Estimate",'Priced
BOM'!$X$3:$X$458))),('Priced BOM'!$AE$3:$AE$458))

What I want to do is where the formula says
--(ISNUMBER(SEARCH("Estimate",'Priced BOM'!$X$3:$X$458)))
what I realy would like to do is not include the cells that contain the word
"Estimate" But I can't figure it out. One thing the word "Estimate" can
either be in the front, middle or end of the string.

Thanks For Your Help
Joe
  #2   Report Post  
Frank Kabel
 
Posts: n/a
Default

Hi
try:
=SUMPRODUCT(--('Priced BOM'!$H$3:$H$458<"Yes"),--(LEFT('Priced
BOM'!$N$3:$N$458,8)<"Purchase"),--('Priced
BOM'!$X$3:$X$458<"USAInfo"),--(ISERROR(SEARCH("Estimate",'Priced
BOM'!$X$3:$X$458))),('Priced BOM'!$AE$3:$AE$458))

--
Regards
Frank Kabel
Frankfurt, Germany
"Joe Gieder" schrieb im Newsbeitrag
...
I'm using this formula but I get the wrong answer,

=SUMPRODUCT(--('Priced BOM'!$H$3:$H$458<"Yes"),--(LEFT('Priced
BOM'!$N$3:$N$458,8)<"Purchase"),--('Priced
BOM'!$X$3:$X$458<"USAInfo"),--(ISNUMBER(SEARCH("Estimate",'Priced
BOM'!$X$3:$X$458))),('Priced BOM'!$AE$3:$AE$458))

What I want to do is where the formula says
--(ISNUMBER(SEARCH("Estimate",'Priced BOM'!$X$3:$X$458)))
what I realy would like to do is not include the cells that contain the
word
"Estimate" But I can't figure it out. One thing the word "Estimate" can
either be in the front, middle or end of the string.

Thanks For Your Help
Joe



  #3   Report Post  
Joe Gieder
 
Posts: n/a
Default

Frank,
Thank you for your help, it works great. I need to learn more about what
functions you can string together and all the different functions and their
meanings. You are good.
Thanks again
Joe

"Frank Kabel" wrote:

Hi
try:
=SUMPRODUCT(--('Priced BOM'!$H$3:$H$458<"Yes"),--(LEFT('Priced
BOM'!$N$3:$N$458,8)<"Purchase"),--('Priced
BOM'!$X$3:$X$458<"USAInfo"),--(ISERROR(SEARCH("Estimate",'Priced
BOM'!$X$3:$X$458))),('Priced BOM'!$AE$3:$AE$458))

--
Regards
Frank Kabel
Frankfurt, Germany
"Joe Gieder" schrieb im Newsbeitrag
...
I'm using this formula but I get the wrong answer,

=SUMPRODUCT(--('Priced BOM'!$H$3:$H$458<"Yes"),--(LEFT('Priced
BOM'!$N$3:$N$458,8)<"Purchase"),--('Priced
BOM'!$X$3:$X$458<"USAInfo"),--(ISNUMBER(SEARCH("Estimate",'Priced
BOM'!$X$3:$X$458))),('Priced BOM'!$AE$3:$AE$458))

What I want to do is where the formula says
--(ISNUMBER(SEARCH("Estimate",'Priced BOM'!$X$3:$X$458)))
what I realy would like to do is not include the cells that contain the
word
"Estimate" But I can't figure it out. One thing the word "Estimate" can
either be in the front, middle or end of the string.

Thanks For Your Help
Joe




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 ... Empty Cells vs Spaces? Ken Excel Discussion (Misc queries) 9 December 17th 04 08:03 PM
Sumif not Sumproduct David Excel Worksheet Functions 4 December 8th 04 11:39 AM
Sumproduct function not working Scott Summerlin Excel Worksheet Functions 12 December 4th 04 05:15 AM
adding two sumproduct formulas together ski2004_2005 Excel Worksheet Functions 1 November 12th 04 09:08 PM
Can I use a cell reference in the criteria for the sumif function. Number Cruncher Excel Worksheet Functions 2 November 4th 04 07:52 PM


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