Hello,
I have the following data:
A B
01-EJ-01 1
01-TC-02 2
01-EJ-03 3
01-BX-04 4
01-EJ-04 5
I am trying to find all cells in column A that contain "EJ". Then I need to sum their corresponding count in column B. In this example the answer should be 9. What is the function to do this????
Bookmarks