formula help needed (if values)

  • Thread starter Thread starter aiqtadar
  • Start date Start date
If I understand you correctly try:

=IF(OR(B4=C4,B4="Bunches",B4="Stems"),"Value if TRUE", "Value if FALSE")

--
HTH

Sandy
In Perth, the ancient capital of Scotland
and the crowning place of kings

(e-mail address removed)
(e-mail address removed) with @tiscali.co.uk
 
A bit of overkill but try this idea
=IF(SUMPRODUCT((C8=B8)+(C8={"b","c"}))>0,"good","bad")
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top