Thanks for reply. It works.
But i want realize that if any values in column C=="F", then column D in Table AA =F, So what should i do? To remove the specific row like [2] information?
I try below scripts, it is not work, thanks. Some times the data table is thousands of rows, i want to see a situation that is no specific rows called out, thanks.
Pls help on this , thanks.
If( BB:C == "F", AA:D = "F" );