Hello, I've searched and tried for about an hour. I'm sure it's easy, but I can't see it! Can anyone help me fix the following?
=IF(AND(A43="XX23",BA43="F",BB43="W3X2H"),"T01",IF(AND(A43="XX23",BA43="F",BB43="W3X2MS"),"T02",IF(AND(A43="XX23",BA43="F",BB43="W3X2M"),"T03",IF(AND(A43="XX23",BA43="F",BB43="W3X2L"),"T04",IF(AND(A43="XX23",BA43="F",BB43="W3X2A"),"T05")))))
I believe that the logic is correct - based on the values in the three cells: A43,BA43 and BB43, I need to bring in the appropriate code: T01 through T05.
Thank you very much!
=IF(AND(A43="XX23",BA43="F",BB43="W3X2H"),"T01",IF(AND(A43="XX23",BA43="F",BB43="W3X2MS"),"T02",IF(AND(A43="XX23",BA43="F",BB43="W3X2M"),"T03",IF(AND(A43="XX23",BA43="F",BB43="W3X2L"),"T04",IF(AND(A43="XX23",BA43="F",BB43="W3X2A"),"T05")))))
I believe that the logic is correct - based on the values in the three cells: A43,BA43 and BB43, I need to bring in the appropriate code: T01 through T05.
Thank you very much!