Newbie Q-Formular for this situation...????

  • Thread starter Thread starter Astroboy
  • Start date Start date
A

Astroboy

Hello all...


If...

B2=A
C2=B
D2=C

Then on G5 show "YES"


If...

B2=B
C2=C
D2=A

Then on G5 show "NO"

....

B2,C2,D2 can have one of the A,B,C and base on that G5 showing the word...


Any help will be great... and thank you...
 
=IF(AND(B2="A",C2="B",D2="C"),"Yes",IF(AND(B2="B",C2="B",D2="C"),"No","Neither"))

It will return 'Neither' if both conditions are not met.
 

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

Segregating Duplicate Transactions 3
If (Or) 2
problem with formula 6
Need to autofil a formula that is not recognised? 4
What's sintaxe or formula, please 7
Formula Help 2
4 field lookup 5
A challenge in time 6

Back
Top