Countif

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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.
 
Hi DG,

Try something like this:

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

Regards,
KL
 
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?
 
I spoke to soon, I am getting the #Value error. Any other suggestions??
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Excel Need Countifs Formula Help 0
Countif formula perhaps 7
countif 3
Finding the weighted average of text that have been given values 1
COUNTIF for 2 columns 6
Countif problem 2
countif with 2 criteria 4
Question using countif 11

Back
Top