Worksheet: Remove/Combine Duplicated Rows
Remove or combine worksheet rows based on duplicates in the selected reference column(s)
Minimum Origin Version Required: 2020b
wdeldup irng:=col(a) sensitive:=1; wdeldup irng:=(1,2,3) keep1st:=removeAll tol:=1E-08 ow:=<new>;
Please refer to the page for additional option switches when accessing the x-function from script
Input
Range
Please note, if you select multiple reference columns, only the rows with duplicated values in all selected columns will be deleted.
int
Option list:
double
Note:It is designed for the script usage, not availble from dialog
Output
Worksheet
See the syntax here.
This X-Function can remove/combine duplicated rows in a worksheet. It can be accessed from menu, command window.
Suppose a user has data as following and want to remove the duplicated strings in column A
Keywords:reduce, reduction