Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Josh O.
 
Posts: n/a
Default Count Function Help

I am trying to create a function to count the number of proofs out to the
customer...

I have the following columns:
....| D - OOP1 | E - OOP2 | F - OOP3 |...| H - Ok |

I need to count any rows that have data in columns D, E, or F (could be dat
in one column, 2, or all 3, or none at all), but blank in H.

I have tried it a few different ways, but I just get a "0" answer.
  #2   Report Post  
Bob Phillips
 
Posts: n/a
Default

=SUMPRODUCT(--(D1:D1000<""),--(E1:E1000<""),--(F1:F1000<""),--(H1:H1000="
"))

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Josh O." wrote in message
...
I am trying to create a function to count the number of proofs out to the
customer...

I have the following columns:
...| D - OOP1 | E - OOP2 | F - OOP3 |...| H - Ok |

I need to count any rows that have data in columns D, E, or F (could be

dat
in one column, 2, or all 3, or none at all), but blank in H.

I have tried it a few different ways, but I just get a "0" answer.



  #3   Report Post  
Josh O.
 
Posts: n/a
Default

I tried that formula, but the result is always "0". I am not sure why.

"Bob Phillips" wrote:

=SUMPRODUCT(--(D1:D1000<""),--(E1:E1000<""),--(F1:F1000<""),--(H1:H1000="
"))

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Josh O." wrote in message
...
I am trying to create a function to count the number of proofs out to the
customer...

I have the following columns:
...| D - OOP1 | E - OOP2 | F - OOP3 |...| H - Ok |

I need to count any rows that have data in columns D, E, or F (could be

dat
in one column, 2, or all 3, or none at all), but blank in H.

I have tried it a few different ways, but I just get a "0" answer.




  #4   Report Post  
Josh O.
 
Posts: n/a
Default

I think the problem lies witht the fact that not every that needs to be
counted has data in all three (D,E, F) columns. Some only have data in "D",
some in "D" and "E", and a rare "D", "E", and "F".

"Bob Phillips" wrote:

=SUMPRODUCT(--(D1:D1000<""),--(E1:E1000<""),--(F1:F1000<""),--(H1:H1000="
"))

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Josh O." wrote in message
...
I am trying to create a function to count the number of proofs out to the
customer...

I have the following columns:
...| D - OOP1 | E - OOP2 | F - OOP3 |...| H - Ok |

I need to count any rows that have data in columns D, E, or F (could be

dat
in one column, 2, or all 3, or none at all), but blank in H.

I have tried it a few different ways, but I just get a "0" answer.




  #5   Report Post  
Bob Phillips
 
Posts: n/a
Default

Sorry Josh, mis-read it.

Try this

=SUMPRODUCT(--((D1:D1000<"")+(E1:E1000<"")+(F1:F1000<"")),--(H1:H1000="")
)

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Josh O." wrote in message
...
I think the problem lies witht the fact that not every that needs to be
counted has data in all three (D,E, F) columns. Some only have data in

"D",
some in "D" and "E", and a rare "D", "E", and "F".

"Bob Phillips" wrote:


=SUMPRODUCT(--(D1:D1000<""),--(E1:E1000<""),--(F1:F1000<""),--(H1:H1000="
"))

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Josh O." wrote in message
...
I am trying to create a function to count the number of proofs out to

the
customer...

I have the following columns:
...| D - OOP1 | E - OOP2 | F - OOP3 |...| H - Ok |

I need to count any rows that have data in columns D, E, or F (could

be
dat
in one column, 2, or all 3, or none at all), but blank in H.

I have tried it a few different ways, but I just get a "0" answer.






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
Excel option to store trendline's coefficients in cells for use Miguel Saldana Charts and Charting in Excel 9 June 20th 05 08:45 PM
How do I add the count function to the toolbar? smeesh Excel Worksheet Functions 8 March 31st 05 07:51 AM
Can I count in an array based on a function? HokieLawrence Excel Worksheet Functions 2 February 12th 05 03:05 AM
How can I use count function in excel where I have several criter. Princess V Excel Worksheet Functions 14 November 3rd 04 10:18 PM
Sum and Count Function Daniell Excel Worksheet Functions 0 November 2nd 04 12:03 AM


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