Hi all,
I am trying to use a tab name as part of a VLOOKUP formula however what I have so far returns #N/A
VLOOKUP Formula
=VLOOKUP(U5,'SCORING BY MONTH'!A4:B203,2,FALSE)
And in cell U5 I have the following:
=MID(CELL("filename",A1),FIND("]",CELL("filename",A1))+1,255)
In this instance this...