i have a table entitled "Weed Info" which contains data that I want to lookup through Lookup and XLookup functions. If the information to look up is not in the table (column A), i want the result to be a blank cell. I have created the function below to look up this data, but instead of a blank cell i get a zero (0) returned. Could someone let me know what I am doing wrong? I have also tried using IFERROR but get the same results.
=IF($C$5="","",IF(IFNA(XLOOKUP($C$5,'Weed Info'!A:A,'Weed Info'!B:B),FALSE),(XLOOKUP($C$5,'Weed Info'!A:A,'Weed Info'!B:B)),""))
Bookmarks