Please help! about Dynamic Conditioning

pistonss

New Member
Joined
Nov 23, 2017
Messages
4
Hello All,

I have a question. If I want to create one last column (in this case it's called "Criteria Met?") in which it will show "Yes" if the conditions on its left are shown "Yes" as well. However, I want to be able to choose which of the 4 conditions I want the last column to take into consideration. And the way I'm gonna do that is to put number "1" on top of each conditions' columns; meaning if a condition doesn't have "1" on top of its column, I don't want my last column to even take it as one of the criteria in order to show "Yes". Is it possible to a kind of dynamic conditioning like this? Thank you :)



111
ItemCondition 1Condition 2Condition 3Condition 4Criteria met?
AYesYesYesYes
BYes
CYesYes
DYesYesYesYes
EYesYesYes
F
GYes
HYes
IYesYesYesYes

<colgroup><col><col span="5"></colgroup><tbody>
</tbody>
 

Excel Facts

Quick Sum
Select a range of cells. The total appears in bottom right of Excel screen. Right-click total to add Max, Min, Count, Average.
Is this, copied down, what you mean?


Book1
ABCDEF
1111
2ItemCondition 1Condition 2Condition 3Condition 4Criteria met?
3AYesYesYesYesYes
4BYes
5CYesYes
6DYesYesYesYesYes
7EYesYesYesYes
8F
9GYes
10HYes
11IYesYesYesYesYes
Conditions met
Cell Formulas
RangeFormula
F3=IF(COUNTIFS(B$1:E$1,1,B3:E3,"Yes")=COUNTIF(B$1:E$1,1),"Yes","")
 
Upvote 0

Forum statistics

Threads
1,214,611
Messages
6,120,509
Members
448,967
Latest member
screechyboy79

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top