How to filter data using equals in excel

Hi everyone,

I want to ask about filtering data with contains for example month: Nov. How can I get months for this?
I appreciate other comments and suggestions.

@Feri_R

You can use Filter DataTable activity to filter data based on different conditions.

https://docs.uipath.com/activities/docs/filter-data-table

@lakshman After I use Filter Data Table . How I can write in another [excel] with the same column?

you can select using the link below. hope this helps.

Hi @Feri_R ,

You can write the output of filter data table into a another file user write range activity by providing the excel file path and out put of filter data table activity.

@Feri_R

Assign one DataTable variable to Filter DataTable activity output. And pass this output to Write Range activity to write into Excel file.