Hi , I am trying to create a function that looks at the results in three columns and returns a response if it meets the criteria. If it doens't meet the criteria, I want the field to be blank. Here's what I have. I don't know what I am doing wrong.
=IF(j2=”fail”,”OATFail”, ,IF(k2=”fail”,”UATFail”, ,IF (i2=”amber”,”TCTFail”, ,IF(i2=”red”,”TCTFail”, ,))))
. Is there a better way to write this? Thanks.
Bookmarks