Hi guys,
pleae, can you give me a hint, how to proceed sumproduct with multiple conditions?
I have this table
<colgroup><col><col><col></colgroup><tbody>
</tbody>
I need this: if value in column Month equals to "2015|11" and a value in the column "average position" is greater than 0, then use that data
Thank you in advance for any help...
RP
pleae, can you give me a hint, how to proceed sumproduct with multiple conditions?
I have this table
Month | Average position | Impressions |
2015|11 | 0 | 1000 |
2015|12 | 1 | 2000 |
2016|01 | 2 | 1500 |
<colgroup><col><col><col></colgroup><tbody>
</tbody>
I need this: if value in column Month equals to "2015|11" and a value in the column "average position" is greater than 0, then use that data
Thank you in advance for any help...
RP