Help with IF
Posted by Paul on November 26, 2001 6:49 AM
I have this forumala to check for a workorder number put in A2 to see if it is on sheet workorders A:A, this is copyed down for about 100 rows, it is slowing the calculation time down, is there a way to put and if statement in so if A2 does not have a number in it the formula will not run, thanks for your help. =IF(COUNTIF(WorkOrders!A:A,A2),INDEX(WorkOrders!F:F,MATCH(A2,WorkOrders!A:A,0)),"No Match")