Is it possible to perform excel sheets formula by google scripts?
I want to delete every single duplicate data in particular column. In this case it will be Col A. So for example if on A16 and A 189 is the same number I want my script to delete both whole row. And to be clear data from B to the end Column are not the same. I want to do it by google script. I was thinking if I could perform exel's functions like countif and where the output is 2 automatically delete both. If not how else could i perform such action