Hello
I am trying to work out an if or and statement!
I want to only return DVCEE when either the first or the last part are correct. I have been dwelling on this for days! Please send help!
=IF(AND([ABC approval]@row = "ABC Approved", [Type]@row <> "SA", [Type]@row <> "ST", [Type]@row <> "SO")),
(IF(AND([Type]@row <> "SA", [Type]@row <> "ST", [Type]@row <> "SO", [DYWTR?]@row = "Yes", [R]@row = 0, [QRS]@row = "QRS Endorsed"), "GO FOR IT", ""))))
So I want to return something where both of the statements above are true, the "0" is an unchecked box. I have both above as one statement. They are all in colour, just return either blank completely (which isn't true) or "unparasable"
AS you can see, some of the parameters are the same for both, I managed the equation for one level lower, but cannot get this one to work!
Any help most appreciated!