J
Jim
Is there a formula which will count only visible filtered cells which
equals "FP"?
equals "FP"?
One way is to fill a helper column with 1 and use:
=SUBTOTAL(9,column_range)
then apply your filters as required, including the column where your
"FP" exists.
Hope this helps.
Pete
- Show quoted text -
One way is to fill a helper column with 1 and use:
=SUBTOTAL(9,column_range)
then apply your filters as required, including the column where your
"FP" exists.
Hope this helps.
Pete
- Show quoted text -