I wanted to delete specific rows in a data table, its working fine when i write output to different sheet. However, I wanted to delete the rows in the sheet1 and store the results in the same sheet1 for further process.
Great if anyone let me know How to do that?
In the above image, I have an excel with column name PR_Number. Now, I already have a PR number as input. Then I need to search the above excel for all the rows which are having the same PR number then delete them all.
For example, the matching PR number is ‘1600313496’ then i have to delete all the rows of that in the same excel.
Hi @pravin_calvin , Thank you!! but , I wanted the result output in the same sheet
i mean, once the PR numbers is deleted I use the same sheet for further process . I dont want to write output in different sheet. is it possible like this?
Thank you for your suggestion, the below given image is the excel datatable which am supposed to use throughout the process along with the format.
i just want to delete the matched PR numbers and use the same excel further. The deleted PR numbers i don’t need it anymore.
As per your suggestion, if i create a new data table will i be getting in the same format?