#1   Report Post  
DG
 
Posts: n/a
Default Countif

Is there a way to select a range and count the number of cells that have a
number, but the column before di not have a number? In other words I am
doing a waterfall chart and I need to count the number of new additions in
each cloumn.
  #2   Report Post  
KL
 
Posts: n/a
Default

Hi DG,

Try something like this:

=SUMPRODUCT((A1:A100="")*(B1:B100<""))

Regards,
KL


"DG" wrote in message
...
Is there a way to select a range and count the number of cells that have a
number, but the column before di not have a number? In other words I am
doing a waterfall chart and I need to count the number of new additions in
each cloumn.



  #3   Report Post  
DG
 
Posts: n/a
Default

Thanks KL I will try it.

"KL" wrote:

Hi DG,

Try something like this:

=SUMPRODUCT((A1:A100="")*(B1:B100<""))

Regards,
KL


"DG" wrote in message
...
Is there a way to select a range and count the number of cells that have a
number, but the column before di not have a number? In other words I am
doing a waterfall chart and I need to count the number of new additions in
each cloumn.




  #4   Report Post  
DG
 
Posts: n/a
Default

Okay perfect, that gave me the count. Is there a way to sum the numbers that
it represents as well? I know that I have 1000 new entries, but those
entries could be anywhere from 10 to 1000, how do I calculate the total?

"DG" wrote:

Thanks KL I will try it.

"KL" wrote:

Hi DG,

Try something like this:

=SUMPRODUCT((A1:A100="")*(B1:B100<""))

Regards,
KL


"DG" wrote in message
...
Is there a way to select a range and count the number of cells that have a
number, but the column before di not have a number? In other words I am
doing a waterfall chart and I need to count the number of new additions in
each cloumn.




  #5   Report Post  
KL
 
Posts: n/a
Default

=SUMPRODUCT((A1:A100="")*(B1:B100<"")*B1:B100)

Regards,
KL

"DG" wrote in message
...
Okay perfect, that gave me the count. Is there a way to sum the numbers
that
it represents as well? I know that I have 1000 new entries, but those
entries could be anywhere from 10 to 1000, how do I calculate the total?

"DG" wrote:

Thanks KL I will try it.

"KL" wrote:

Hi DG,

Try something like this:

=SUMPRODUCT((A1:A100="")*(B1:B100<""))

Regards,
KL


"DG" wrote in message
...
Is there a way to select a range and count the number of cells that
have a
number, but the column before di not have a number? In other words I
am
doing a waterfall chart and I need to count the number of new
additions in
each cloumn.







  #6   Report Post  
DG
 
Posts: n/a
Default

Thanks KL! Right again!


"KL" wrote:

=SUMPRODUCT((A1:A100="")*(B1:B100<"")*B1:B100)

Regards,
KL

"DG" wrote in message
...
Okay perfect, that gave me the count. Is there a way to sum the numbers
that
it represents as well? I know that I have 1000 new entries, but those
entries could be anywhere from 10 to 1000, how do I calculate the total?

"DG" wrote:

Thanks KL I will try it.

"KL" wrote:

Hi DG,

Try something like this:

=SUMPRODUCT((A1:A100="")*(B1:B100<""))

Regards,
KL


"DG" wrote in message
...
Is there a way to select a range and count the number of cells that
have a
number, but the column before di not have a number? In other words I
am
doing a waterfall chart and I need to count the number of new
additions in
each cloumn.






  #7   Report Post  
DG
 
Posts: n/a
Default

I spoke to soon, I am getting the #Value error. Any other suggestions??

"KL" wrote:

=SUMPRODUCT((A1:A100="")*(B1:B100<"")*B1:B100)

Regards,
KL

"DG" wrote in message
...
Okay perfect, that gave me the count. Is there a way to sum the numbers
that
it represents as well? I know that I have 1000 new entries, but those
entries could be anywhere from 10 to 1000, how do I calculate the total?

"DG" wrote:

Thanks KL I will try it.

"KL" wrote:

Hi DG,

Try something like this:

=SUMPRODUCT((A1:A100="")*(B1:B100<""))

Regards,
KL


"DG" wrote in message
...
Is there a way to select a range and count the number of cells that
have a
number, but the column before di not have a number? In other words I
am
doing a waterfall chart and I need to count the number of new
additions in
each cloumn.






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
COUNTIF COMBINATION?? Heather Excel Worksheet Functions 1 April 26th 05 02:44 AM
Combining IF and COUNTIF based on two columns maxtrixx Excel Discussion (Misc queries) 5 March 31st 05 06:21 PM
COUNTIF in one colum then COUNTIF in another...??? JonnieP Excel Worksheet Functions 3 February 22nd 05 02:55 PM
Countif - Countif maswinney Excel Worksheet Functions 3 November 15th 04 11:06 PM
countif, again Liz G Excel Worksheet Functions 2 November 1st 04 11:20 PM


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