I need help...
Using =VLOOKUP(B2,Sheet1!A1:I95,4) which results in a "1" in the cell
I want to add a condition that if cell is "1" then "Yes" if not then "No"
I tried just a normal =VLOOKUP(B2,Sheet1!A1:I95,4)+IF(1,"Yes","NO") and I get an error.
Any help?
Using =VLOOKUP(B2,Sheet1!A1:I95,4) which results in a "1" in the cell
I want to add a condition that if cell is "1" then "Yes" if not then "No"
I tried just a normal =VLOOKUP(B2,Sheet1!A1:I95,4)+IF(1,"Yes","NO") and I get an error.
Any help?