I have a sheet where each row has a checkbox in the C column. I want to write my script such that if the checkbox in column C is unchecked, then columns G-K for that row will all be set to “N/A”.
I’ve seen things on here like getRange(“G2:K2”), but the row number is dynamic and I’m not sure how to do that.
I have it in an onEdit function and have the event row and column stored in variables.
Any help is appreciated. Thanks!