How can i extract row values from duplicate column values

Hello @sathwik_pindi

Welcome to UiPath community.

In this case you can use Filter Datatable activity to extract the required rows.

Raed the excel and get the output to a datatable variable.
Then use Filter datatable activity. Select Keep in the activity and then provide the condition.

Thanks