I have this,
{=ROWS($A$140:$A$249)-SUM(IF(COUNTIF($A$140:$A$249,$A$140:$A$249)=1,1,0))}
How do I exclude counting blanks and zeros?
Thanks!
I have this,
{=ROWS($A$140:$A$249)-SUM(IF(COUNTIF($A$140:$A$249,$A$140:$A$249)=1,1,0))}
How do I exclude counting blanks and zeros?
Thanks!
Last edited by Alan_Bernardo; 01-01-2017 at 11:41 PM.
Try this:
{=ROWS($A$140:$A$249)-SUM(IF(COUNTIFS($A$140:$A$249,$A$140:$A$249,$A$140:$A$249,"<>0")=1,1,0))}
Never use Merged Cells in Excel
The formula is preparing a long list of data for data patterns and analyses, and also doing a general count, section by section.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks