I've a table on excel as bellow :
The problem I am facing now is that I want to calculate the amount of data with the following conditions:
Scene 1: 1. Mikaela purchases DEV01 (can be DEV02 or DEV03) which has the MDN serial number: 88217094212 2. If Mikaela performs a top up PUL100 (can bePUL60 or PUL50) on the MDN serial number: 88217094212 3. Then the condition will be calculated 1
Scene: 1. John made a purchase of DEV01 (can be DEV02 or DEV03) which has the MDN serial number: 88900253676 2. If John doesn't top up PUL100 (can be PUL60 or PUL50) on the MDN serial number: 88900253676 3. Then the condition is not counted
In the table below the following data are eligible as above have been marked yellow block calculated as 1 count, if calculated as a whole then the number should appear = 3
I've tried by doing the following calculations:
= COUNTIFS (B2: B10, "DEV01")
From the results of these calculations I am still confused how to reference data calculation by using several criteria on different columns. Thanks for your help and cooperation.