• 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.

Excel Calculation (IF/AND/OR)

Shankar Raman

New Member
Need a Solution for a Conditions listed in the attachment either by IF/AND/OR or any logical calculations. I have a multiple conditions with Yes or No . I can enter only Yes or NO but the answer should vary accordingly.

For Example , for each condition of a,b,c in Yes/No Format, Each color should be the answer.

a Yes Yes No Yes
b NO yes No Yes
c yes Yes No No

Red Blue White Black

Shankar
 

Attachments

Is this you are looking for?

=IF(COUNTIF(D5:D11,"Yes")=COUNTA(C5:C11),"Red","Blue")
=IF(COUNTIF(E5:E11,"Yes")=COUNTA(E5:E11),"White","Black")
 
Hi Shankar and welcome the forum Chandoo.org.

Can you be more specific about your requirement?
Please mention the expected result manually.

and i didn't understood what you've done with DV in range D5:D11 :confused:

Regards,
 
Back
Top