04_launder_spirals
New Member
Hello! I need to nest a formula to return the word True or turn the statement to True if the cell is blank. This is what I have so far =IF(A2="A",B2="Apple",IF(A2="B",B2="Bat",IF(A2="A",B2="",IF(A2="B",B2="", TRUE)))) but it is returning False for the cell that are blank. I have attached a workbook. Please help!