Thread
:
N/A Value in Lookup Formula
View Single Post
03-29-2019, 07:33 AM
ArviLaanemets
Windows 8
Office 2016
Expert
Join Date: May 2017
Posts: 949
As you use Office2003, IFERROR() is not an option. So you'll have to use
Code:
= IF(ISERROR(VLOOKUP(...)),"",VLOOKUP(...))
ArviLaanemets
View Public Profile
Find all posts by ArviLaanemets