Link to home
Start Free TrialLog in
Avatar of ssblue
ssblueFlag for United States of America

asked on

Need formula to work when a filter is applied

Need formula to work with filter.

="Unique Names = "&SUMPRODUCT(--(FREQUENCY(MATCH(A3:A294,A3:A294,0),ROW(A3:A294)-ROW(A3)+1)>0))

Is there a way to make this formula work when a filter is applied?
ASKER CERTIFIED SOLUTION
Avatar of Rgonzo1971
Rgonzo1971

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of ssblue

ASKER

Perfect! Thanks!