C
cKBoy
Is there a simple way that I can get a cell's current location as tex
so I can use it on a formula?
For example I have 5 sheets and I want to get all the sum of the CEL
B2 on all the sheets. I would have a formula lik
=Sheet2.B2+Sheet3.B2+Sheet4.B2+Sheet5.B2 <-- this formula would be o
Sheet1 B2. I need to get the "B2" from a formula ie
Sheet2.(row(),column())? or something to this effect. And is there a
easier way to do this just by copying and pasting? or maybe a script
so I can use it on a formula?
For example I have 5 sheets and I want to get all the sum of the CEL
B2 on all the sheets. I would have a formula lik
=Sheet2.B2+Sheet3.B2+Sheet4.B2+Sheet5.B2 <-- this formula would be o
Sheet1 B2. I need to get the "B2" from a formula ie
Sheet2.(row(),column())? or something to this effect. And is there a
easier way to do this just by copying and pasting? or maybe a script