Hi Aladin, my current formula is
=IF($AT$4>0,LOOKUP(bignum,CHOOSE({1,2},0,INDEX(projsls,(MATCH($B29,Prjsheet,0))))/1000),LOOKUP(bignum,CHOOSE({1,2},0,INDEX(ladder20,(MATCH($L29,Ladders,0))))))
In order to make this formula calculate faster, should I replace the Index match formula with the Lookup formula with the format shown below? I need an exact match.
=IF(LOOKUP(A2,$E$2:$E$400)=A2,LOOKUP(A2,$E$2:$E$400,$G$2:$G$400),"")