Creating multiple conditions

ehagen

New Member
Joined
Apr 24, 2017
Messages
1
Hey,

I am trying to figure out a way to automatically create all possible conditions of the following set automatically in excel:

[TABLE="width: 320"]
<colgroup><col width="64" span="5" style="width:48pt"> </colgroup><tbody>[TR]
[TD="class: xl65, width: 64"]Christian[/TD]
[TD="class: xl65, width: 64"]Man[/TD]
[TD="class: xl65, width: 64"]Straight[/TD]
[TD="class: xl65, width: 64"]Black[/TD]
[TD="class: xl65, width: 64"]Able[/TD]
[/TR]
[TR]
[TD="class: xl66, width: 64"]Muslim[/TD]
[TD="class: xl66, width: 64"]Woman[/TD]
[TD="class: xl66, width: 64"]Gay[/TD]
[TD="class: xl66, width: 64"]White[/TD]
[TD="class: xl66, width: 64"]Mental Illness[/TD]
[/TR]
[TR]
[TD="class: xl66, width: 64"]Atheist[/TD]
[TD="class: xl66, width: 64"]Transgender[/TD]
[TD="class: xl66, width: 64"]Bisexual[/TD]
[TD="class: xl66, width: 64"]Asian[/TD]
[TD="class: xl66, width: 64"]Physical Disability[/TD]
[/TR]
[TR]
[TD="class: xl67, width: 64"][/TD]
[TD="class: xl67, width: 64"][/TD]
[TD="class: xl67, width: 64"][/TD]
[TD="class: xl66, width: 64"]Hispanic[/TD]
[TD="class: xl67, width: 64"] [/TD]
[/TR]
</tbody>[/TABLE]

For instance, I need a category of "Christian, Man, Staight, Black, Able", "Muslim, Man, Straight, Black, Mental Illness", etc. In total there will be 324 different conditions so I would prefer to not have to manually do this. : ) I was playing around with it and thought that it may some combination of concatenate and an if/then statement, but I haven't come up with a solution. Thanks in advance for any help!
 

Excel Facts

Create a Pivot Table on a Map
If your data has zip codes, postal codes, or city names, select the data and use Insert, 3D Map. (Found to right of chart icons).

Forum statistics

Threads
1,223,228
Messages
6,170,871
Members
452,363
Latest member
merico17

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