If then formula help

ronicaroman

New Member
Joined
Dec 2, 2011
Messages
25
Please help identify the write formula to return values in column D. The idea is that if people share the same number in column B and the same color in column C, column D should be "true". If they have the same number in column B but different colors in column C, the value in column D should be false.

[TABLE="width: 256"]
<colgroup><col width="64" span="4" style="width:48pt"> </colgroup><tbody>[TR]
[TD="class: xl67, width: 64"]A[/TD]
[TD="class: xl67, width: 64"]B[/TD]
[TD="class: xl67, width: 64"]C[/TD]
[TD="class: xl67, width: 64"]D[/TD]
[/TR]
[TR]
[TD="class: xl68"]Tim[/TD]
[TD="class: xl68"]654[/TD]
[TD="class: xl68"]Red[/TD]
[TD="class: xl67"]TRUE[/TD]
[/TR]
[TR]
[TD="class: xl68"]Becky[/TD]
[TD="class: xl68"]654[/TD]
[TD="class: xl68"]Red[/TD]
[TD="class: xl67"]TRUE[/TD]
[/TR]
[TR]
[TD="class: xl68"]Susan[/TD]
[TD="class: xl68"]23[/TD]
[TD="class: xl68"]Green[/TD]
[TD="class: xl67"]TRUE[/TD]
[/TR]
[TR]
[TD="class: xl68"]Nancy[/TD]
[TD="class: xl68"]23[/TD]
[TD="class: xl68"]Green[/TD]
[TD="class: xl67"]TRUE[/TD]
[/TR]
[TR]
[TD="class: xl68"]Ruben[/TD]
[TD="class: xl68"]23[/TD]
[TD="class: xl68"]Green[/TD]
[TD="class: xl67"]TRUE[/TD]
[/TR]
[TR]
[TD="class: xl68"]David[/TD]
[TD="class: xl68"]7899[/TD]
[TD="class: xl68"]Blue[/TD]
[TD="class: xl67"]FALSE[/TD]
[/TR]
[TR]
[TD="class: xl68"]Mike[/TD]
[TD="class: xl68"]7899[/TD]
[TD="class: xl68"]Purple[/TD]
[TD="class: xl67"]FALSE[/TD]
[/TR]
</tbody>[/TABLE]
 

Excel Facts

Using Function Arguments with nested formulas
If writing INDEX in Func. Arguments, type MATCH(. Use the mouse to click inside MATCH in the formula bar. Dialog switches to MATCH.

Forum statistics

Threads
1,223,236
Messages
6,170,906
Members
452,366
Latest member
TePunaBloke

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