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

Copy a format multiple times
Select a formatted range. Double-click the Format Painter (left side of Home tab). You can paste formatting multiple times. Esc to stop

etaf

Well-known Member
Joined
Oct 24, 2012
Messages
7,322
Office Version
  1. 365
Platform
  1. MacOS
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

jaxs2009

Board Regular
Joined
Nov 28, 2010
Messages
200
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,195,936
Messages
6,012,396
Members
441,695
Latest member
MickRobertson

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
Top