In sheet “data” (in cell “A2”) I have a text I’m going to search for in sheet “performance”
when that text is found in “performance” - I need to paste “DONE” (paste_Value) into the cell one column left of the cell the text is found
please let me know how the rest of the script code should look like - that I could paste “DONE” (paste_value) into a cell I searched for in “performance”
Once you know the row and column (minus 1) where the value is found, what method can you use to get a reference to that specific cell in the performance sheet? Kindly check which method lets you get a cell using its row and column?
Also, once you have a reference to that cell (the one column left of the found match), what method allows you to set a value like "DONE" into that cell?
thanks, but could you please let me know how the code should look like ?
i’m quite fresh in case of Apps script coding - so I’m not sure where to look for the method I could use in that case
I’ve edited your post to improve the readability of the code. When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.
You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.