CountIfs formula Issue

chris007

Board Regular
Joined
Jun 27, 2011
Messages
82
hello Everyone, i have a probably a simple problem to the experienced, for me i have been rattling my brain for the past 3 hrs.

i am using excel 2016 from Microsoft Suite.

My Current Formula.

=COUNTIFS(AA2:AA178,"Submitted",$AA$2:$AA$178,">="&DATE(2017,9,1),$AA$2:$AA$178,"<="&DATE(2017,9,30))

Formula result is "0"

I have tried this formula =COUNTA(AA2:AA178,AD2:AD178 (Submitted),$AA$2:$AA$178,">="&DATE(2017,9,1),$AA$2:$AA$178,"<="&DATE(2017,9,30)) and this returns a value of (48) not the expected (18)

I have the date in AA Column (column formatted to date (04-Sept-17)

What I am trying to Achieve is to count how many times "Sept" appears in Column AA2:AA178 and only if column Ab2:ab178 has the word "Submitted"

I hope i have provided enough information and not confused anyone

Thank you
and Thank you for this forum it has certainly helped me
 

Excel Facts

How to show all formulas in Excel?
Press Ctrl+` to show all formulas. Press it again to toggle back to numbers. The grave accent is often under the tilde on US keyboards.
Shouldn't your range for "Submitted" be AB2:AB178 ?
[TABLE="width: 761"]
<colgroup><col width="761"></colgroup><tbody>[TR]
[TD="width: 761"]COUNTIFS(AB2:AB178,"Submitted",$AA$2:$AA$178,">="&DATE(2017,9,1),$AA$2:$AA$178,"<="&DATE(2017,9,30))
[/TD]
[/TR]
</tbody>[/TABLE]
 
Upvote 0
Thank you AhoyNC
You are correct, Sometimes you overlook the obvious and need someone to point it out
it woes with no broblems

Thank you Again
Much apprecaited
 
Upvote 0
You're welcome. We all overlook the obvious at times. Thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,223,894
Messages
6,175,254
Members
452,623
Latest member
Techenthusiast

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