Explanation: You are to count the number of rows having same email address. 1. Declare a variable and call it any name you prefer 2. Calculate the row count on the table 3. Apply filter to ALL of the values in the table under the column name email address and equate it to the variable. You may need to read up filter functions for a proper understanding of how it works.