Hi I have an excel file 5 columns of data
my requirment is i want to filter the Tax column data which has $0.00 and $0.01 and calculate the sum of compare and Bill column and write the sum on total column and after the calculations i want to unfilter the data …i dont want any on the data to be removed…is this possible in UiPath
You can use UiPath activities such as Filter Data Table to filter the TAX coulmn based on the specified criteria, and then use ExcelWriteRange activity to write the sum of the “Compare” and “Bill” columns to the “Total” column in the Excel file, use UnfilterDataTable activity to remove the filter applied earlier, also ensure that all the data is displayed.