I have a log that other people have access to and someone tried coping over the whole spreadsheet and now the formulas are all messed up. This is what the formula is reading like this in the F column:
=IF(E35<>"",VLOOKUP(E35,Coding!$A$3:$b$14,2,FALSE),"")
The E35 column is a List dropdown that has options 1-6 and the F column takes the number we put in E35 and reads the "Coding" tab and enters the corresponding information. However when we enter the 1-6 in E35 the F column doesn’t update. It remains blank.
Bookmarks