I am trying to count all the items in Column A if Column D contains a partial string and column E contains a different partial string.
So:
Column D contains a cell with AB CD EF GH
Column E contains a cell with FAST or SLOW
I want to count everything in column A only if column D contains EF and column E contains SLOW. And the strings could be in either upper or lower case.
Thanks,
So:
Column D contains a cell with AB CD EF GH
Column E contains a cell with FAST or SLOW
I want to count everything in column A only if column D contains EF and column E contains SLOW. And the strings could be in either upper or lower case.
Thanks,