Last Updated: Feb 14, 2022
Use this function to delete all the rows that are duplicated in a specified range and return the number of rows remaining in the range.
Remove Duplicate Rows (range, has_header)
Input Parameter Name | Description |
---|---|
range | First cell to last cell value separated by : to remove duplicate rows |
has_header | true if the header is included, false if the header is not
|
Return value | Description |
---|---|
Rows | Returns the number of remaining rows in the range |
Remove Duplicate Rows (C3:F8, true)
To view all the Excel functions, click here.