I know this is probably an easy fix, but I have a vlookup on an excel worksheet that is a form view of some data I have. One of the lookups is a Boolean Y/N and displays 'Y' or 'N'. Unfortunately, I want the data on the worksheet to say 'Yes' when it finds 'Y' and 'N' when it says 'No'.
=IF(ISNA(VLOOKUP(E5,RepairDataBase,36,FALSE)=TRUE),"",VLOOKUP(E5,RepairDataBase,36,FALSE))
Above is my present formula... what would I add to make it say yes or no.
Thank you, my brain is mush today so I could use the extra help.
=IF(ISNA(VLOOKUP(E5,RepairDataBase,36,FALSE)=TRUE),"",VLOOKUP(E5,RepairDataBase,36,FALSE))
Above is my present formula... what would I add to make it say yes or no.
Thank you, my brain is mush today so I could use the extra help.