I have what I think is a merged cell covering columns A,B,C,D,E,F and G
I want to go down 3 rows and across 2 to column C
offset(3,2) goes down 3 and across but ends up in column I
offset(3,0) goes down 3
offset(3,-1) errors as there is no column to the left of column A
Am I right in thinking the "only" way is to
offset(3,0)
offset(0,2)
or should there be something in the brackets of offset(3,2) to get it to column C?
smiler44
I want to go down 3 rows and across 2 to column C
offset(3,2) goes down 3 and across but ends up in column I
offset(3,0) goes down 3
offset(3,-1) errors as there is no column to the left of column A
Am I right in thinking the "only" way is to
offset(3,0)
offset(0,2)
or should there be something in the brackets of offset(3,2) to get it to column C?
smiler44