How to read unique dates from a particular column from an excel file and write into new excel file

how to read unique dates from a particular column from an excel file and write into new excel file

Follow these steps -

  1. Read Excel Column using read range activity, the output will be in a data table.
  2. Remove duplicate rows activity for removing the duplicates from a data table. Output will be in a data table.
    https://activities.uipath.com/docs/remove-duplicate-rows
  3. Write Range Activity with an output (data table) of second step.

Regards,
Karthik Byggari

1 Like