Hi, I'm trying to use iferror, arrayformula and vlookup functions together..
This is the formula I've used =iferror(arrayformula(VLOOKUP(D2:D,'Full Org'!J2:K1000,2,0)),"Chennai")
If the vlookup didnt fetch any value, it should display Chennai. Here, the problem is I need to add one more check...