Hi Everyone,
For our orders there is a large comments field, somewhere in there always the standard text of the date, the person's initials and "PROCESSED ORDER" to signify they processed the order (e.g. "08/14/2017 EAS - PROCESSED ORDER"). There is often un-needed text before and after this so one would need to use a wildcard search.
What's tricky is that I want to count the number of times there is a certain date (entered in cell C1 in my sheet) followed by the standard text "EAS - PROCESSED ORDER".
I tried the following to no avail: =COUNTIFS('Paste HD Report'!$AT:$AT,"*&C1&*&*EAS - PROCESSED ORDER*")
Does anyone have an idea to make this work?
For our orders there is a large comments field, somewhere in there always the standard text of the date, the person's initials and "PROCESSED ORDER" to signify they processed the order (e.g. "08/14/2017 EAS - PROCESSED ORDER"). There is often un-needed text before and after this so one would need to use a wildcard search.
What's tricky is that I want to count the number of times there is a certain date (entered in cell C1 in my sheet) followed by the standard text "EAS - PROCESSED ORDER".
I tried the following to no avail: =COUNTIFS('Paste HD Report'!$AT:$AT,"*&C1&*&*EAS - PROCESSED ORDER*")
Does anyone have an idea to make this work?