Can some one please help me. I have a formula that i use to connect two sheets together. So where ever there is a blank value it returns #VALUE.
This is my Formula
=IF([@[Contract Number]]="","",IFERROR(VLOOKUP([@[Contract Number]],tblCollectionOrder,11,0),""))
Please help with removing the #VALUE from the empty cells, but keep the formula in the cell.
Thank you