Count activities between two date cells

Morey

New Member
Joined
Sep 24, 2018
Messages
37
Hello all… Formula below returns zeros. Is there a better formula to get the proper activities count? A16/B16 are the beginning and end date cells.

=COUNTIFS('Activity'!I:I,”>=”&A16,'Activity'!I:I,”<=”&B16)



Thanks in advance,


Moray
 

Excel Facts

Wildcard in VLOOKUP
Use =VLOOKUP("Apple*" to find apple, Apple, or applesauce
Welcome to the Board!

Assuming A16 and B16 are valid dates, and column I is valid dates, that is a typical way to get your count.
You can make it more efficient if you limit the size of the range you check (instead of checking the entirety of column I).

Also, Excel does not like slanted double-quote marks like:
It wants ones that look like this: "

 
Upvote 0
Joe,

Thanks for prompt response and sanity check. Date Value was not properly set. Used formula below to set date values in date column. All works great at this point.

=DATEVALUE(MID(AI2,1,12))
 
Upvote 0
You are welcome.

Glad to hear things are working well.
 
Upvote 0

Forum statistics

Threads
1,215,220
Messages
6,123,694
Members
449,117
Latest member
Aaagu

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