Countif range to only recognize text in a range

jaxs2009

Board Regular
Joined
Nov 28, 2010
Messages
200
Hello everyone, I am using excel 2007

In sheet "DASH BOARD" cell E26 have this formula =COUNTIF('PROJECT TRACKING'!CM6:CM304,"In Process"). it works great

Could this formula be edited in cell E30 same range =COUNTIF('PROJECT TRACKING'!CM6:CM304 recognize only the abbreviated text of a date (example of cell date format 15-Jan) I just want to count the "Jan" in this range

Thank you
 

Excel Facts

How can you turn a range sideways?
Copy the range. Select a blank cell. Right-click, Paste Special, then choose Transpose.
is it a real date or text
countifs()
should work in 2007 version

=COUNTIFS('PROJECT TRACKING'!CM6:CM304,"In Process", Cell range with the date , ">="&datevalue("1-jan-2019"),Cell range with the date , "<="&datevalue("31-jan-2019") )
But must be a date

 
Upvote 0
Thank you, that works, its one of the longest formula I have used. the date format for the cells in the range is "15-Jan"
 
Upvote 0

Forum statistics

Threads
1,214,788
Messages
6,121,603
Members
449,038
Latest member
Arbind kumar

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