How to extract rows based on regular expressions There are two ways to extract or filter records from excel using regular expressions. 1. Using Home->Sort & Filter ->Filter 2. Using Data->filter->advanced We have the below excel document and we need to extract the rows based on name which contains ‘John’. Approach 1 Step 1: Click Home->Sort & Filter ->Filter Click on ‘Last Name’ drop down and click ‘Text Filters’ and then click ‘Contains’ Write the word that you want to filter with, in this example it is ‘John’. The result is as shown below. If you want to have an AND condition with another field that can be done by using repeating above for that field. Below example filter excel based on Country column as well. The result is as shown below. Approach 2 Step1: Create an entry as shown below at column I (or any empty column...