DashboardNovice
Member
=IF(VLOOKUP(C5,$K:$K,1,0)="#N/A","Error","OK")
With this formula, the VLOOKUP returns an #N/A error which equals "#N/A" therefore the condition should evaluate as TRUE and return the word "Error," but instead it returns #N/A.
What is wrong here?
With this formula, the VLOOKUP returns an #N/A error which equals "#N/A" therefore the condition should evaluate as TRUE and return the word "Error," but instead it returns #N/A.
What is wrong here?