Hi there,
There’s a new report formatting with duplicated report name and we have to accommodate our automations accordingly as below. Every report will have different range and header start range, so we have to accommodate a standard change dynamically for all reports as we will be using a general workflow with arguments for this. Only 1 row (the duplicate header) should be removed and nothing from the content should be touched
I’m thinking of to read cell A1, and if this value appears again in the report, remove that particular row from Excel. Hence, the goal is to remove the duplicate value that was read from A1 if it’s found anywhere else, else do not remove any other duplicate rows
hi there, the issue is the range will be different for each report, i can’t specify a specific range, also only 1 row should be removed if the header is found, else no content should be touched