Find Duplicates
Find the duplicates of excel sheet.
Last updated
Find the duplicates of excel sheet.
Last updated
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.
Input : A variable name that references the opened excel filehandle.
Sheet Name : The name of the sheet in which the duplicates to be found.
Range : The range of excel sheets in which duplicates to be found.
Action : The action to be applied to the duplicates.
None - No actions will be performed.
Remove - remove the duplicate values from the specified range.
Row Count : The variable that stores the count of duplicates found in the excel sheet.