Multiple Values to be put in an Equation

gauravwalia

New Member
Joined
Sep 23, 2013
Messages
4
Hi Could someone Please Help on this
$F$2 Needs to Match B:B and G2 Needs to Match A:A and $H$1 Needs to Match C:C. If all there Match then Answer is Yes else No.
Where F2 Can change


ABCF GHI
1DateCab NoStatusCab No to Enter PUDP
21-Oct-172345PU23451-Oct-17YesNo
31-Oct-171234PU 2-Oct-17NoNo
41-Oct-173314DP 3-Oct-17NoYes
52-Oct-173315PU 4-Oct-17NoNo
63-Oct-172345DP 5-Oct-17NoNo
7 6-Oct-17NoNo
8 7-Oct-17NoNo
9 8-Oct-17NoNo
10 9-Oct-17NoNo
11 10-Oct-17NoNo

<colgroup><col><col><col><col><col><col><col><col><col></colgroup><tbody>
</tbody>
 

Excel Facts

Shade all formula cells
To shade all formula cells: Home, Find & Select, Formulas to select all formulas. Then apply a light fill color.
Put this formula in cell H2 and copy it across to cell I2, then copy them both down to your last data row in Column G...

=IF(COUNTIFS($B$2:$B$6,$G2,$C$2:$C$6,$F$2,$D$2:$D$6,H$1),"Yes","No")

Note: The red highlighted data range corresponds to your data in Columns B, C and D and will need to be changed if you expand or shrink the data there.
 
Upvote 0

Forum statistics

Threads
1,216,073
Messages
6,128,645
Members
449,461
Latest member
kokoanutt

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