G
Guest
I have the below If statement, which is working fine expect that when both
column K and L = blank (satisfying false criteria) it returns "CCO". If both
columns are blank I do not want a value returned. How do I insert another If
statement (or maybe an ISBLANK???) to make sure if both are blank nothing is
returned?
IF(OR(K10="Value1",K10="Value2", K10="Value3",L10= "Value4")),("CCT"),("CCO"))
Thanks in advance!
column K and L = blank (satisfying false criteria) it returns "CCO". If both
columns are blank I do not want a value returned. How do I insert another If
statement (or maybe an ISBLANK???) to make sure if both are blank nothing is
returned?
IF(OR(K10="Value1",K10="Value2", K10="Value3",L10= "Value4")),("CCT"),("CCO"))
Thanks in advance!