#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 89
Default SUMPRODUCT

I am trying to create a formula to count the number of text entries in that
match two criteria. This is as far as I have been able to go. Both fields are
text.

=SUMPRODUCT('Main'!A1:A1884<"")*('Main'!C1:C1884= "STHHH")
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max Max is offline
external usenet poster
 
Posts: 9,221
Default SUMPRODUCT

Think you were just missing the outer parens:
=SUMPRODUCT((Main!A1:A1884<"")*(Main!C1:C1884="ST HHH"))
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"Iriemon" wrote:
I am trying to create a formula to count the number of text entries in that
match two criteria. This is as far as I have been able to go. Both fields are
text.

=SUMPRODUCT('Main'!A1:A1884<"")*('Main'!C1:C1884= "STHHH")

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 89
Default SUMPRODUCT

DUH! What can I say, it's Friday and the brain is already on the weekend.

Thanks for the quick response.



"Max" wrote:

Think you were just missing the outer parens:
=SUMPRODUCT((Main!A1:A1884<"")*(Main!C1:C1884="ST HHH"))
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"Iriemon" wrote:
I am trying to create a formula to count the number of text entries in that
match two criteria. This is as far as I have been able to go. Both fields are
text.

=SUMPRODUCT('Main'!A1:A1884<"")*('Main'!C1:C1884= "STHHH")

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max Max is offline
external usenet poster
 
Posts: 9,221
Default SUMPRODUCT

welcome. it happens to me too <g.
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"Iriemon" wrote in message
...
DUH! What can I say, it's Friday and the brain is already on the weekend.

Thanks for the quick response.



  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4,624
Default SUMPRODUCT

Try:

=SUMPRODUCT(('Main'!A1:A1884<"")*('Main'!C1:C1884 ="STHHH"))

or the somewhat more efficient

=SUMPRODUCT(--('Main'!A1:A1884<""),--('Main'!C1:C1884="STHHH"))

In article ,
Iriemon wrote:

I am trying to create a formula to count the number of text entries in that
match two criteria. This is as far as I have been able to go. Both fields are
text.

=SUMPRODUCT('Main'!A1:A1884<"")*('Main'!C1:C1884= "STHHH")



  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,501
Default SUMPRODUCT

An extra pair of parenthesis should do it


=SUMPRODUCT((Main!A1:A1884<"")*(Main!C1:C1884="ST HHH"))

Mike

Mike
"Iriemon" wrote:

I am trying to create a formula to count the number of text entries in that
match two criteria. This is as far as I have been able to go. Both fields are
text.

=SUMPRODUCT('Main'!A1:A1884<"")*('Main'!C1:C1884= "STHHH")


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 scire Excel Worksheet Functions 3 August 11th 06 08:04 PM
Sumproduct sanders Excel Discussion (Misc queries) 2 August 9th 06 11:05 AM
Sumproduct Denise Excel Discussion (Misc queries) 4 October 20th 05 02:09 AM
sumproduct FLKULCHAR Excel Worksheet Functions 1 September 18th 05 03:36 PM
Sumproduct................. Kstalker Excel Worksheet Functions 8 September 12th 05 11:04 PM


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