java snippet select one cell

hello!

is there anybody who knows how I can select or put out only one specific cell of a column in the JavaSnippet? (via index or something?)

thanks!

you can do sth. for a specific column.

When you add an if condition you can for example ask if a cell in that column contains "green" and do asth. with it. Otherwise you just let it be how it is. When you select replace cell all values will stay the same except the one you changed.
 

hi Al,

the idea of the if-condition worked very good! I firstly "marked" the etries of a cell by their indices (by using a string-append-function) and then I could choose them by indices.

thanks!