I have the following Vlookup formula
I would like to know how to automatically change to the sheet name in the formula when copying the formula to the right for eg 'Oct-2018'!, 'Nov-2018'! etc
Your assistance is most appreciated
Code:
=VLOOKUP($A2,'Sept-2018'!C:D,2,FALSE)
I would like to know how to automatically change to the sheet name in the formula when copying the formula to the right for eg 'Oct-2018'!, 'Nov-2018'! etc
Your assistance is most appreciated