Count formula for 3 or more condtion

manoj_arsul

Board Regular
Joined
Jun 27, 2018
Messages
61
can any one send me the formula for .
1) Match 1nd condition with Column "A"
2) Match 2nd condition with column "B"
3) Match 3rd condition with Column "C"
4) Result is column count in cell "D1"

I having a formula for the same but its working only for 2 column =COUNTIFS(A:A, G7,B:B, "="&TODAY()-1)
A:A, G7 - First condition
B:B, "="&TODAY()-1) - Second condition

I want add one more (3rd) condition ie. for C:C, "specific Text" .
 

Excel Facts

Excel Can Read to You
Customize Quick Access Toolbar. From All Commands, add Speak Cells or Speak Cells on Enter to QAT. Select cells. Press Speak Cells.
Hi,

May be I'm missing something,

wouldn't you just add your 3rd requirement in your formula?

=COUNTIFS(A:A,G7,B:B,"="&TODAY()-1,C:C,"specific text")
 
Upvote 0

Forum statistics

Threads
1,213,487
Messages
6,113,943
Members
448,534
Latest member
benefuexx

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