For the following formula
=IFERROR(XLOOKUP(F2,Sheet2!A:A,Sheet2!B:B),"")
Currently, if the value is found in A:A, and if B:B cell is blank, the formula returns zero "0"
When zero is the result, I would like it to return "STATUS IN AL IS UNDETERMINED"
I keep trying to get that result and I am sure that my syntax is incorrect. I would greatly appreciate some assistance.
=IFERROR(XLOOKUP(F2,Sheet2!A:A,Sheet2!B:B),"")
Currently, if the value is found in A:A, and if B:B cell is blank, the formula returns zero "0"
When zero is the result, I would like it to return "STATUS IN AL IS UNDETERMINED"
I keep trying to get that result and I am sure that my syntax is incorrect. I would greatly appreciate some assistance.