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

Refresh vlookup data set

Arjun Dsouza

New Member
Dear Excel Gurus,

Good day, I need your help with vlookup data set changes. Initially when I had created the document (attached) Sheet1 ColA6 - A15 and ColC6 - C15 does the look up to Sheet "DATA" which has information from 01/01/2017 to 07/31/2018 (Column B4 onwards).

I have now updated information until 10/31/2018 and will continue on a monthly basis.

My question - how do I refresh the vlookup formula to give the information from 01/01/2017 to 10/31/2018 and moving.

Thanks in advance for your valuable assistance always.

Kind regards
Arjun
 

Attachments

  • EVENTS TEMPLATE NEW.xlsx
    457.8 KB · Views: 4
Use dynamic named range.

Ex: lDate:=DATA!$B$4:INDEX(DATA!$AJ:$AJ,COUNTA(DATA!$B:$B)+2)

And use that to replace... 'DATA!$B$4:$AJ$1562' in your formula.
 
Back
Top