Google sheets automatic Notes [with onEdit() function] on cells' values resulting from formulas
问题 Is it possible to create automatic Notes based on cells variable values resulting from formulas ? For example A1=stxt(B1;1;4) gives "some" with B1=sometext (variable value), so that A1's Note would be "some" And a second question : how to add at least a third condition for exceptions treatment in mySelection.getValues().flat().map(v=>[v=="/" || ""?null:v]); // or #N/A or #VALUE! I didn't neither succeed having many OR conditions in one single code line so that I have to put many if statements