I would like to use a function similar to offset, that will be able to refer to a range of cells, in a relative position to a single cell. The offset function itself does not allow reference to the destination range being different size to the original.
eg, the current range is A1, I want to be able to make the range B1
1, and then merge these cells. I would like to do this without using range.select calls if possible.
Any ideas?
eg, the current range is A1, I want to be able to make the range B1
Any ideas?