Hi,
I have an if statement that is not quite working for me. Here is the code:
It should return a "Yes" because of the following:
D27 = Open
E27 = T
AP27 = 1.77
DashboardH16="Yes"
DashboardH15="Yes"
Could someone please help me understand why my if statement is not getting to the point where it returns a "Yes" and how to fix it so it does? It keeps returning a "No."
Thanks!
I have an if statement that is not quite working for me. Here is the code:
Code:
=IF(ISNUMBER(AND(SEARCH("Comp",D27),Dashboard!$H$16="Yes")),IF(E27="WD","No",IF(AP27<=2,"Yes","No")),IF(ISNUMBER(AND(SEARCH("Open",D27),Dashboard!$H$15="Yes")),IF(E27="WD","No",IF(AP27<=2,"Yes","No")),"No"))
It should return a "Yes" because of the following:
D27 = Open
E27 = T
AP27 = 1.77
DashboardH16="Yes"
DashboardH15="Yes"
Could someone please help me understand why my if statement is not getting to the point where it returns a "Yes" and how to fix it so it does? It keeps returning a "No."
Thanks!