Godders199
Active Member
- Joined
- Mar 2, 2017
- Messages
- 313
- Office Version
- 2013
Hello, I am trying to get the following formula to work on a table that it imported into excel from a sequel report and loads as a table
=COUNTIFS(checksmart!$M:$M,'Mortgage RM Checks'!$A2,checksmart!$AP:$AP,"MPM",checksmart!$L:$L,">="&Instructions!$E$5,checksmart!L:L,"<="&Instructions!$E$6,checksmart!$T:$T,"",checksmart!$AC:$AC,"")
so it is counting any dates between the dates in E5 and E6 in column L where columns T an AC are blank.
however it does not seem to identify the dates in the table, if i change column L via text to columns it does, but some the date format is not consistant it seems to switch between 01/06/2018 and 06/01/2018.
If i just change formula to count non blank cells in calulates the correct number, its purely when i ask it to count between to dates it returns zero.
DO i need to change something in the formula when looking at a table?
Any help would be appreciated
=COUNTIFS(checksmart!$M:$M,'Mortgage RM Checks'!$A2,checksmart!$AP:$AP,"MPM",checksmart!$L:$L,">="&Instructions!$E$5,checksmart!L:L,"<="&Instructions!$E$6,checksmart!$T:$T,"",checksmart!$AC:$AC,"")
so it is counting any dates between the dates in E5 and E6 in column L where columns T an AC are blank.
however it does not seem to identify the dates in the table, if i change column L via text to columns it does, but some the date format is not consistant it seems to switch between 01/06/2018 and 06/01/2018.
If i just change formula to count non blank cells in calulates the correct number, its purely when i ask it to count between to dates it returns zero.
DO i need to change something in the formula when looking at a table?
Any help would be appreciated