Thread
:
Formula for blank cells
View Single Post
09-11-2017, 10:19 PM
ArviLaanemets
Windows 8
Office 2016
Expert
Join Date: May 2017
Posts: 949
When you are using some formulas that return error when the searced value doesn't exist, use ISERROR - like:
=IF(ISERROR(VLOOKUP(...)),"",VLOOKUP())
ArviLaanemets
View Public Profile
Find all posts by ArviLaanemets