Well, After looking closer at the actual solution you posted, I realized I was missing a part of the table name...
The name of the tables always start with "LookUpTableDrwSlide" then the Specific table name. I made that adjustment and it works wonderfully!
Always the small details...
Thank you so very much!
The actual formula is now:
=VLOOKUP(Drawer_Max_Length_Calc,INDIRECT("LookUpTableDrwSlide"&AD52),1,TRUE)
Thanks again!
Chris