Hi all
How does one "convert" this kind of code to run in a VBA module?
How does one "convert" this kind of code to run in a VBA module?
Code:
IF(INDEX(SCHEDULE!$B$57:$B$119,MATCH(TIMETABLES!B2,SCHEDULE!$A$57:$A$119,0))="","",INDEX(SCHEDULE!$B$57:$B$119,MATCH(TIMETABLES!B2,SCHEDULE!$A$57:$A$119,0)))[code]