Hi Dizzle,
Hopefully this formula will work for you:
=IF(COUNTA(A32:H32)=3,IFERROR(VLOOKUP(A32&D32&G32,ALL!D:E,2,0),"DOES NOT EXIST"),"")
In Excel 2003 or earlier you would need to change it to:
=IF(COUNTA(A32:H32)=3,IF(ISNA(VLOOKUP(A32&D32&G32,ALL!D:E,2,0)),"DOES NOT EXIST",VLOOKUP(A32&D32&G32,ALL!D:E,2,0)),"")
Bookmarks