G
Guest
System: MS Windows 97 on Windows N
Step 1 worksheet 1 - Successfully Derived the value of the row to reference in worksheet 2 using
=MATCH(A8,'[Project_Status.xls]TestItems'!$A$1:$A$2000,0
Step 2 worksheet 1 - Successfully concatenated the row value derived in step 1 with the column variable to create a cell
location. =CONCATENATE("$F$",J5
Step 3 worksheet 1 - Trying to use an IF statement to evaluate the contents of the cell in worksheet 2 and issue an error if the cell has a value.=IF('[Project_Status.xls]TestItems'!(CONCATENATE("$F$",J5))>0,"ERROR", "PROCEED"
PROBLEM: Syntax error occurs between TestItems'!(CON... I can't find any info on Help or the book
Step 1 worksheet 1 - Successfully Derived the value of the row to reference in worksheet 2 using
=MATCH(A8,'[Project_Status.xls]TestItems'!$A$1:$A$2000,0
Step 2 worksheet 1 - Successfully concatenated the row value derived in step 1 with the column variable to create a cell
location. =CONCATENATE("$F$",J5
Step 3 worksheet 1 - Trying to use an IF statement to evaluate the contents of the cell in worksheet 2 and issue an error if the cell has a value.=IF('[Project_Status.xls]TestItems'!(CONCATENATE("$F$",J5))>0,"ERROR", "PROCEED"
PROBLEM: Syntax error occurs between TestItems'!(CON... I can't find any info on Help or the book