Find Duplicates

Find the duplicates of excel sheet.

Find the duplicates from a specified excel sheet and store the count of duplicates for the given range into a variable. It removes the duplicate cell values in the specified range if the action property is Remove. The Input sheet should not contain merged cells.

This activity can only be used after the Open Excel File activity.

Input

Options

  • Action : The action to be applied to the duplicates.

    • None - No actions will be performed.

    • Remove - remove the duplicate values from the specified range.

Output

  • Row Count : Integer Variable The variable that stores the count of duplicates found in the excel sheet.

Last updated