I would think this would be simple, but I have yet to find the solution. If I know the boundaries in row/column format, how do I get this as a range?
So if I know my start is row1/col1 and end is row3/col3, is there a function I can call with the params 1,1,3,3 that would return "A1:C3"?
Thanks
So if I know my start is row1/col1 and end is row3/col3, is there a function I can call with the params 1,1,3,3 that would return "A1:C3"?
Thanks