Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 16
Default Sumproduct Formula Help

=SUMPRODUCT((ISNUMBER(FIND({"FLH","FLT"},L2:L100)) )*(M2:M100="N"),P2:P100


The two strings are creating an error? Formula works fine with one text
string. Anyway to resolve?

harley
  #2   Report Post  
Posted to microsoft.public.excel.misc
JMB JMB is offline
external usenet poster
 
Posts: 2,062
Default Sumproduct Formula Help

=SUMPRODUCT(ISNUMBER(FIND({"FLT","FLH"},L2:L100))* (M2:M100="N")*(P2:P100))



"Harley" wrote:

=SUMPRODUCT((ISNUMBER(FIND({"FLH","FLT"},L2:L100)) )*(M2:M100="N"),P2:P100


The two strings are creating an error? Formula works fine with one text
string. Anyway to resolve?

harley

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 174
Default Sumproduct Formula Help

I take in column L could contain FLT and/or FLH within other text?

Note that this formula could "double-count", e.g. if L3 = "FLT xxxFLH",
M3="N", P3=10 then the 10 would be added to the total twice.

"JMB" wrote:

=SUMPRODUCT(ISNUMBER(FIND({"FLT","FLH"},L2:L100))* (M2:M100="N")*(P2:P100))



"Harley" wrote:

=SUMPRODUCT((ISNUMBER(FIND({"FLH","FLT"},L2:L100)) )*(M2:M100="N"),P2:P100


The two strings are creating an error? Formula works fine with one text
string. Anyway to resolve?

harley

  #4   Report Post  
Posted to microsoft.public.excel.misc
JMB JMB is offline
external usenet poster
 
Posts: 2,062
Default Sumproduct Formula Help

Yes, there is a potential for double counting. And, if case sensitivity is
an issue, he may need to use SEARCH.

=SUMPRODUCT((ISNUMBER(FIND("FLH",L2:L100))+ISNUMBE R(FIND("FLT",L2:L100))0)*(M2:M100="N")*(P2:P100))


"daddylonglegs" wrote:

I take in column L could contain FLT and/or FLH within other text?

Note that this formula could "double-count", e.g. if L3 = "FLT xxxFLH",
M3="N", P3=10 then the 10 would be added to the total twice.

"JMB" wrote:

=SUMPRODUCT(ISNUMBER(FIND({"FLT","FLH"},L2:L100))* (M2:M100="N")*(P2:P100))



"Harley" wrote:

=SUMPRODUCT((ISNUMBER(FIND({"FLH","FLT"},L2:L100)) )*(M2:M100="N"),P2:P100


The two strings are creating an error? Formula works fine with one text
string. Anyway to resolve?

harley

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
Find value in array Brook6 Excel Worksheet Functions 26 January 30th 07 09:40 PM
Array formula and multiplying conditions KR Excel Worksheet Functions 6 September 22nd 06 12:33 AM
SumProduct Formula Help bountifulgrace Excel Worksheet Functions 2 May 4th 06 08:14 PM
Formula Problem - interrupted by #VALUE! in other cells!? Ted Excel Worksheet Functions 17 November 25th 05 05:18 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 08:42 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"