Offset function and references

N

Niklas

H
The synrtax is OFFSET(reference,rows,cols,height,width). How do I refernce the cell where the function is written in? I am looking after a "Me" functionality
Regard
/Niklas
 
B

Bob Phillips

ActiveCell

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)

Niklas said:
Hi
The synrtax is OFFSET(reference,rows,cols,height,width). How do I refernce
the cell where the function is written in? I am looking after a "Me"
functionality.
 
A

Arvi Laanemets

Hi

Pe. when the formula is entered into cell A1, and it must return the value
from cell B2
=OFFSET(A1,1,1)
With relative references, the base cell is adjusted automatically when
formula is copied.


--
(When sending e-mail, use address (e-mail address removed))
Arvi Laanemets


Niklas said:
Hi
The synrtax is OFFSET(reference,rows,cols,height,width). How do I refernce
the cell where the function is written in? I am looking after a "Me"
functionality.
 
N

Niklas

H
I can not get it working. If I use the ADRESS function in a cell it works, but if I use as an in-argument to the OFFSET function I get a syntax error
Regard
/Nikla

----- Frank Kabel wrote: ----

H
one way
=ADDRESS(row(),column()

--
Regard
Frank Kabe
Frankfurt, German

Niklas wrote
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top