Hi,
I have various columns including column F, J (both have dates values or no value/no dates) and U (which has a text value)
I want to say that if at least one of the columns meet my criteria then, it shows the row as Active / Inactive. However, the function below only gives me inactive even when it should be sometimes shown as Active.
=IF(OR(F2 <TODAY(),or((J2<TODAY()),or(U2 = "Terminated"))),"Inactive","Active")
Do you have any idea / explanations?
I have various columns including column F, J (both have dates values or no value/no dates) and U (which has a text value)
I want to say that if at least one of the columns meet my criteria then, it shows the row as Active / Inactive. However, the function below only gives me inactive even when it should be sometimes shown as Active.
=IF(OR(F2 <TODAY(),or((J2<TODAY()),or(U2 = "Terminated"))),"Inactive","Active")
Do you have any idea / explanations?