Build range with string
问题 I have this statement: var destinationRange = destinationSheet.getRange("D26:E39"); and want to replace it with var destinationRange = destinationSheet.getRange(daGrowaRange); The reason I want to use daGrowaRange is not just cause da name, but that the range is not always the same. D is a fixed constant value and never changes E is a fixed constant value and never changes BUT 26 is dynamic and changes and 39 is an offset based on the 26 (in this case 13 so 39 = 26+13, but the 13 is a