I have this formula: =IFERROR(VLOOKUP($A20,'[Sep2018-VersionB.xlsx]Newsletters'!$B$3:$BZ$200,COLUMN()+14,FALSE),"") it works perfect if the cell being looked at has a value. If it doesn't, I'd like the destination cell to display 0. How do I modify my formula to produce that result?
Thanks...