Hi -
I am trying to count month-to-month variance for keywords in some campaigns I am running. One issue I'm running into is how to calculate when some keywords are the same in multiple campaigns. For example:
Month Campaign Keyword Purchased
Apr-13 Produce - US Apples 3
Apr-13 Produce - CA Apples 1
Apr-13 Produce - US Pears 2
Apr-13 Produce - CA Pears 0
Mar-13 Produce - US Apples 1
Mar-13 Produce - CA Apples 1
Mar-13 Produce - US Pears 1
Mar-13 Produce - CA Pears 1
So what I need it to be able to do is show the change from the previous month (i.e. Produce - US: Apples would be +2 and Produce - CA: Pears would be -1)
I have the following formula that seems to work when it comes to matching keywords, but it cannot differentiate by campaign. We used ranges to separate current month keywords from previous month keyword data.
=IF((current_kywd_conv-last_mo_kywd_data)=0,"-",((current_kywd_conv-last_mo_kywd_data)))
Thanks for your help!
Bookmarks