79160653

Date: 2024-11-05 20:59:55
Score: 1
Natty:
Report link

Instead of

sh.getRange ('1' + e.range.columnStart)

you may change it to

sh.getRange (1 , e.range.getColumn())

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Jats PPG