Hello,
I have the following dataset:
Col A ---------Col B
EPAIM---------4
NAAIM---------2
EPAIM---------3
JNAIM---------2
----- = were used for example only
I can do a simple SUMIF to add up all the EPAIM, which is two. However, I would like to do a formula that would add up EPAIM, then add up certain criteria in cell B. For example, i want to add up all the EPAIM in column A, then add up only variables that have 4. So it would return there are two EPAIM and if I asked for which ones had 4 result, it would come back with 1 as an answer. So I need to have two results for EPAIM and 4, which would be two (EPAIM) and one item that has a variable of four.
I have the following dataset:
Col A ---------Col B
EPAIM---------4
NAAIM---------2
EPAIM---------3
JNAIM---------2
----- = were used for example only
I can do a simple SUMIF to add up all the EPAIM, which is two. However, I would like to do a formula that would add up EPAIM, then add up certain criteria in cell B. For example, i want to add up all the EPAIM in column A, then add up only variables that have 4. So it would return there are two EPAIM and if I asked for which ones had 4 result, it would come back with 1 as an answer. So I need to have two results for EPAIM and 4, which would be two (EPAIM) and one item that has a variable of four.