|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Hi,
The SUBTOTAL(9,range) shoud work on the filtered data. I wonder why you get
a 0 value. Could you share more details
--
Regards,
Ashish Mathur
Microsoft Excel MVP
www.ashishmathur.com
"RichUE" <RichUE@discussions.microsoft.com> wrote in message
news:E8840652-0437-435F-84B1-007AAF22BA54@microsoft.com...
> I found this old thread using Excel Help Search. The SUBTOTAL function
> works,
> and I entered the formula directly below my data. It checks a single
> column
> of data. When no filter is applied, the formula result is 130. If I filter
> on
> Blanks in the column of interest, the result is zero. Why?
>
> I want to use this as a means of indicating progress (viz. towards all
> cells
> containing a value). But I would continually be using Show All to discover
> how many blanks remain. Is there a better way?
> --
> Richard
>
> Search the web and raise money for charity at www.everyclick.com
>
>
> "bpeltzer" wrote:
>
>> If your filtered data (absent the header row) is in G2:G5, for example,
>> then
>> =SUBTOTAL(3,G2:G5) will count the number of non-blanks in those cells
>> which
>> passed the filter.
>>
>> "chiefcook" wrote:
>>
>> > I have a database list in Excel spreadsheet and use the AutoFilter to
>> > look at
>> > selected items. How can I count the number of rows with data that are
>> > displayed when the worksheet is filtered, similar to SUBTOTAL does when
>> > a
>> > column has numbers in it?
|
| |
|
| |
Was this post helpful to you? |
|
|
|
|
|
|
|
Reply |
| |
 |
|
Top |
|
|
|
|
|
|
|
|
|
| |
I'm using COUNTBLANK now as it seems more reliable.
On the same column of unfiltered data:
=SUBTOTAL(109, ...) gives 0
=SUBTOTAL(103, ...) gives 130
=COUNTBLANK(...) gives 45.
--
Richard
Search the web and raise money for charity at www.everyclick.com
"Ashish Mathur" wrote:
> Hi,
>
> The SUBTOTAL(9,range) shoud work on the filtered data. I wonder why you get
> a 0 value. Could you share more details
>
> --
> Regards,
>
> Ashish Mathur
> Microsoft Excel MVP
> www.ashishmathur.com
>
> "RichUE" <RichUE@discussions.microsoft.com> wrote in message
> news:E8840652-0437-435F-84B1-007AAF22BA54@microsoft.com...
> > I found this old thread using Excel Help Search. The SUBTOTAL function
> > works,
> > and I entered the formula directly below my data. It checks a single
> > column
> > of data. When no filter is applied, the formula result is 130. If I filter
> > on
> > Blanks in the column of interest, the result is zero. Why?
> >
> > I want to use this as a means of indicating progress (viz. towards all
> > cells
> > containing a value). But I would continually be using Show All to discover
> > how many blanks remain. Is there a better way?
> > --
> > Richard
> >
> > Search the web and raise money for charity at www.everyclick.com
> >
> >
> > "bpeltzer" wrote:
> >
> >> If your filtered data (absent the header row) is in G2:G5, for example,
> >> then
> >> =SUBTOTAL(3,G2:G5) will count the number of non-blanks in those cells
> >> which
> >> passed the filter.
> >>
> >> "chiefcook" wrote:
> >>
> >> > I have a database list in Excel spreadsheet and use the AutoFilter to
> >> > look at
> >> > selected items. How can I count the number of rows with data that are
> >> > displayed when the worksheet is filtered, similar to SUBTOTAL does when
> >> > a
> >> > column has numbers in it?
> |
| |
|
| |
Was this post helpful to you? |
|
|
|
|
|
|
|
Reply |
| |
 |
|
Top |
|
|
|
|
|