Sorting columns in excel

I want to sort the column Reviews in descending and price in ascending but its not working, also is there a way to remove items if any of its data are incomplete. Im trying to make a dynamic data scraping based on user input and getting the best product.


@darshanb.is22

Read the data…then use two sort datatable to sort both…or in excel also you have sort activity which works as well

To remove rows…simply use filter datatable and filter for empty rows

Or if needed on excel use a combination of filter and delete rows

Cheers

Hi @darshanb.is22

Please check the below thread

Regards

1 Like