So I'm trying to use the Range().Formula
in my codes and I'm having a problem with it since it returns as FALSE
in the cell.
Here's my code:
Range("D24").Formula = "=IF(VLOOKUP(Q23,STUDENTS_INFO!$C:$R,6,0)="","",VLOOKUP(Q23,STUDENTS_INFO!$C:$R,6,0))"
Any help is appreciated! Thanks!