Hi,
I currently have the following VLookup formula looking up info from another table:
=IFERROR(VLOOKUP($D$7,Table1,5,FALSE)," - ")
And It's great when there is no text in the cell or if the unique lookup value doesn't exist. However, when the field is blank that it is trying to lookup, it...