Copy complete sheet in excel with condition of a word

Closed
shugi100 Posts 1 Registration date Thursday September 5, 2013 Status Member Last seen September 5, 2013 - Sep 5, 2013 at 03:34 PM
venkat1926 Posts 1863 Registration date Sunday June 14, 2009 Status Contributor Last seen August 7, 2021 - Sep 6, 2013 at 01:09 AM
i want to copy a complete sheet in excel,
but only the data with specific word in one of the columns.
for example :
number name rate
1 dan 90
2 dan 100
3 tal 60
4 dan 30
5 roy 50
6 dan 100

copy entire sheet if the name "dan" in column "name".
result :
number name rate
1 dan 90
2 dan 100
4 dan 30
6 dan 100
Related:

1 response

venkat1926 Posts 1863 Registration date Sunday June 14, 2009 Status Contributor Last seen August 7, 2021 811
Sep 6, 2013 at 01:09 AM
autofilter data according to column B criteria being "Dan" and copy filtered data to another sheet.
remove filter from the data sheet.
this can be done manually easily even if data is more number of rows
0