• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

text value depending on text in range

kinkart

Member
Hi,

I'd like to know what is the formula I can use to automate column E in the exemple attached. I could try with a bunch of IF and OR, but is there something more elegant and less resource intensive that I could use?

Thanks
 

Attachments

Another shorter formula option,

In F2, array formula ( by pressing SHIFT+CTRL+ENTER 3 keystrokes together)

=OR(A2:D2=H$2:H$5)*(OR(A2:D2=I$2:I$5)+1)-1

and, F2 >> Custom Cells Format >> in the type box enter:
"Good + Bad";"Bad";"Good";

All copied down.

Regards
 

Attachments

Back
Top