Good Afternoon.
I want to filter the data which are blanks from a column and write the records after filtering to the same sheet and I dont want the rest if the data(i.e which are not blanks to be deleted).
I tried but I am getting blank related value first later non-blank values are appending but I dont wanna append. Spice Money Payments_SEP333’21.xlsx (161.3 KB)
You can use filter datatable activity with below filter condition. It will gives you data with specific column containing empty values. After filtering output this data into new datatable then write your new datatable into excel.
Actually its a Bank reconcilation process which BOT has to perform on daily basis for each month.
Daily Bot will get the Input text file converted it into excel after some calculations,
Then the data from the above created excel to be written into a One Recon excel(which contains the data from Sep1 to sep30 in September month and same for other month).
After appending the data to recon excel BOT needs to filter a column(“Contra”) which contains only blank values and non blank data should not consider for the further process.
After filtering with blank columns I need to apply Pivot table using 3 columns once the pivot is done I need to apply the vlookup table with the main recon file .
When I write the filtered data into the same excel the values which are not blanks are appending below the blanks values but I dont wanna write the value which are not blank.