I have this as my VLookup formula:
=VLOOKUP($B24,'Reference Tables'!$A$2:$B$100,2,FALSE)
B24 ends up pulling the formula result of "4" as this cell is a formula itself which is this:
=IFS(LEN('Q-Tools Data'!$A2)=12,LEFT('Q-Tools Data'!$A2,1),LEN('Q-Tools Data'!$A2)=13,LEFT('Q-Tools...