Hello. Could anyone please help me to delete or hide excel lines with condition that certain cells contains “-” symbol? Excel file
Hi there,
Seems like there are no merged cells or anything, you can use the following options.
- If you are good with Macros then you can execute macro deleting or hiding the rows however you want.
- Read the range and use filter data table activity and write range again with the new data.
- Also you can use ‘Filter table’ activity directly on excel file too.
Tell me whether this works for you
Regards