Godders199
Active Member
- Joined
- Mar 2, 2017
- Messages
- 313
- Office Version
- 2013
I have the following formula in a spreadsheet which works correctly, however we have a new team member and the count does not work for them, i presume it has something to do with " ' " in their surname.
=COUNTIFS('Sharepoint history'!H:H,SUBSTITUTE('Instructions '!L3," ","*"),'Sharepoint history'!E:E,"<="&EOMONTH(TODAY(),0),'Sharepoint history'!E:E,">"&EOMONTH(TODAY(),-1))
In sharepoint H:H the name is fred O'tool
In L3 it is Fred otool
I can not change the name in L3.
As i said it works correctly for all other 50 names where there is not a complete match, any help would be appreciated.
=COUNTIFS('Sharepoint history'!H:H,SUBSTITUTE('Instructions '!L3," ","*"),'Sharepoint history'!E:E,"<="&EOMONTH(TODAY(),0),'Sharepoint history'!E:E,">"&EOMONTH(TODAY(),-1))
In sharepoint H:H the name is fred O'tool
In L3 it is Fred otool
I can not change the name in L3.
As i said it works correctly for all other 50 names where there is not a complete match, any help would be appreciated.