Hi everyone,
Im trying to remove the rows where a condition is met. This runs every day and just need to keep the ones without the Y and keep the others. For instance:
Input file sheet1 (same as the output file for current day):
| Name | Iphone |
| Mike | N |
| Richard | Y |
| Peter | |
| John | Y |
the same sheet should be overrided and the output must be (sheet1):
Appreciate all the help!