Forum Discussion
Adrian IOAN
Nov 10, 2018Copper Contributor
Selecting active cells if the cell data start with Z_
Hi all, I need some help with this one, please. I have a list of names in a specific column from which I remove duplicates. This column contains the name of operatives (ex. Adrian Ioan) or subco...
Haytham Amairah
Nov 10, 2018Silver Contributor
Hi Adrian,
I would suggest using the Advanced Filter instead.
This tool allows you to filter a data based on criteria and copy it into another location.
The criteria should be defined in a cell that has the same header as the targeted column.
To extract the names that start with z _, the criteria that you should use can be defined by this formula:
="=z*"
After you define the criteria range with the same header as the targeted column, you can use the Advanced Filter which is found in Data >> Sort & Filter >> Advanced.
When you open the Advanced Filter, select Copy to another location.
The List range is the targeted column which is $A$1:$A$36.
The Criteria range is the criteria that we just defined in the range $C$1:$C$2.
The Copy to is the first cell of the range that we want to copy the filtered data into.
Please find the attached file, and try to apply the above instructions in it.
Hope that helps
Haytham