Link to home
Start Free TrialLog in
Avatar of shunca
shunca

asked on

Copy filtered data

Hi there,

How can filter this column so I see all the consecutive numbers without the "doubles" so I can just see 10,20,30,40,50,60,70.. the I can add information to it.

10
20
20
30
30
40
50
60
60
60
60
60
60
60
60
60
60
70
70
70
70
70
70
80
80
80
90
90
90
100
100
110
110
110
110
110
110
ASKER CERTIFIED SOLUTION
Avatar of NBVC
NBVC
Flag of Canada image

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 shunca
shunca

ASKER

Thank you. Now, how can I paste information for all the true values filtered. When I try to copy to all "True" values, it copies to all visible data (true) and hidden (False)
Is there a way I can avoid that?

Thanks