Filtered list copy & paste

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I have filtered (or subtotaled) a list in excel and got the desiered results. I now want to copy and paste only the filtered list (whick is what i see). If I copy and paste the normal way, then all other undisiered list data appears. is it possible to copy paste only what is filtered?

thank you.
 
Hi
try the follwoing
- select your filtered range
- hit F5 and click 'Special'
- select 'Visible cells only'
- now copy the data and paste it to the new location
-----Original Message-----
Hi,

I have filtered (or subtotaled) a list in excel and got
the desiered results. I now want to copy and paste only
the filtered list (whick is what i see). If I copy and
paste the normal way, then all other undisiered list data
appears. is it possible to copy paste only what is
filtered??
 
If you do this often, you may want a macro such as
selection.specialcells(xlvisible).copy sheets("sheet10").range("a1")


--
Don Guillett
SalesAid Software
(e-mail address removed)
beluga said:
Hi,

I have filtered (or subtotaled) a list in excel and got the desiered
results. I now want to copy and paste only the filtered list (whick is what
i see). If I copy and paste the normal way, then all other undisiered list
data appears. is it possible to copy paste only what is filtered??
 
You may want to look at Data|pivottable if you're working with subtotals.

You may find that they're easier to create than doing Data|subtotals.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top