Hello,
I am trying to count the number of entries in 3 tables that have "M5" as the first two digits by combining a countifs with the left function but I cannot make it work.
My attemps (which only use one table as they are tests) to far are as follows:
=COUNTIF(Initiated_Document_Request[Doc. Reference],LEFT(Initiated_Document_Request[Doc. Reference],2)="M5")
=COUNTIF(B:B,LEFT(Initiated_Document_Request[Doc. Reference],2)="M5")
But none return what Im after. As you may have realised the column im measuring is in column B.
Any Ideas?
Regards,
Gumbles
I am trying to count the number of entries in 3 tables that have "M5" as the first two digits by combining a countifs with the left function but I cannot make it work.
My attemps (which only use one table as they are tests) to far are as follows:
=COUNTIF(Initiated_Document_Request[Doc. Reference],LEFT(Initiated_Document_Request[Doc. Reference],2)="M5")
=COUNTIF(B:B,LEFT(Initiated_Document_Request[Doc. Reference],2)="M5")
But none return what Im after. As you may have realised the column im measuring is in column B.
Any Ideas?
Regards,
Gumbles