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 that if column A is null, then it should not return any value as it is displaying as Chennai for all the blank rows as well. Kindly help!
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 that if column A is null, then it should not return any value as it is displaying as Chennai for all the blank rows as well. Kindly help!
Last edited by a moderator: