• 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.

Apply the offset formula in Name range

Is this...

=OFFSET(BASE_FIGURE!$A$1,,,LOOKUP(2,1/(BASE_FIGURE!$D$1:$D$1111<>""),ROW($D$1:$D$1111)),3)
 
Dear,

Thanks to received the reply, the above formula is not working properly because it has returned the value, although, there is no Account code in Column A., and the main purpose is to update the “Resort Div. TB” worksheet in case introduces any new account in “Base_Figure” worksheet with help of Name Manager.

Thanking you
 
What i have posted is based on the input range in your uploaded file.
Will you pls upload a new wb highlighting what you said.
 
Hi,

Try this one:
Code:
=OFFSET(BASE_FIGURE!$A$1,MATCH("Account Code",BASE_FIGURE!$A:$A,0),,MATCH(99^99,BASE_FIGURE!$A:$A),3)

Regards,
 
Back
Top