• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

store range offset values

sparcle

New Member
Hello,

I have a range named a1.I want to store its offset(0,3) to another range named a2.


How can i do that.
 
In formula:

=OFFSET(A1,0,3)

In VB

[pre]
Code:
[A2] = [A1].Offset(0,3).Value
[/pre]
 
Back
Top