Can anyone tell me why the result is always false even when it should be true? It works if I change it to exact but begins with does not work.
Code:
Range("B2").FormulaR1C1 = _
"=IF(RC[6]=""FromRAM*"",VLOOKUP(C[-1],'[Bump Information.xls]CQS Assignments'!C1:C2,2,FALSE),false)"