PhilipCCFE
New Member
I have a cell that contains =VLOOKUP(P5,Support!$G$13:$H$40,2,FALSE).
P5 should contain a 4 digit folder code typed by the user, however because I suspect what they will do is copy and paste the full file path in "1900 Appointments and ToR" rather than just 1900.
as such I tried using =VLOOKUP(Left(P5,4),Support!$G$13:$H$40,2,FALSE). but that returns a #N/A error.
P5 should contain a 4 digit folder code typed by the user, however because I suspect what they will do is copy and paste the full file path in "1900 Appointments and ToR" rather than just 1900.
as such I tried using =VLOOKUP(Left(P5,4),Support!$G$13:$H$40,2,FALSE). but that returns a #N/A error.