Hello,
I've looked for other reply regarding the use of this function. I tried many possible solutions but they don't work.
I have a dynamic Sheet (named as previous month, i.e. March-2015) and I need to do a vlookup with the previous sheet (e.i. February-2015).
I tried this function:
=VLOOKUP(B2;INDIRECT("$O$4"&"!B:B");1;0) - where O4 report the name February-2015. It doesn't work with Date (if I put Sheet2 instead, it works).
I also tried this function:
=VLOOKUP(B2;INDIRECT("'"&$O$4&"'!B:B");1;0) but it doesn't work either.
I'm looking for any possible way to make a vlookup with previous month (always in position 3 on the file).
Thank you!
I've looked for other reply regarding the use of this function. I tried many possible solutions but they don't work.
I have a dynamic Sheet (named as previous month, i.e. March-2015) and I need to do a vlookup with the previous sheet (e.i. February-2015).
I tried this function:
=VLOOKUP(B2;INDIRECT("$O$4"&"!B:B");1;0) - where O4 report the name February-2015. It doesn't work with Date (if I put Sheet2 instead, it works).
I also tried this function:
=VLOOKUP(B2;INDIRECT("'"&$O$4&"'!B:B");1;0) but it doesn't work either.
I'm looking for any possible way to make a vlookup with previous month (always in position 3 on the file).
Thank you!
Last edited: