hi,
I made a VLOOKUP to a different workbook and it returns #value when the othe workbook is closed
however each vlookup by it self returns the correct value
The goal is to retrive data to a given firm from the Leads database and if there is no data, the next step is to look in M&A database
=IF(COUNTA(D21)=1,IF(COUNTIF('G:\06 Online\[Internet Lead List.xlsm]Leads'!$D$13:$D$7000,D21)>0,VLOOKUP(D21,'G:\06 Online\[Internet Lead List.xlsm]Leads'!$D$13:$AK$7000,25,FALSE),VLOOKUP(D21,'G:\06 Online\[Internet Lead List.xlsm]M&A'!$C$13:$W$7000,4,FALSE)),"")
Does anyone know whats wrong with my formular?
Thanks
Julius
Bookmarks