I'm an analyst for a website, and I'm trying to track activity for all of our authors month to month. The data I have available is a monthly breakout of any post that received a page view in that month, with the reporting month (the month the page view occurred in), the original post date, and the author's name.
See the dummy data I put together to test with. Basically, if Moe has any post that was published in June, then he was active in that month and every post in the reporting month of June needs to be marked as Active so those page views can be added together. If not, then Moe was inactive that month.
I can easily check if a post is new by doing an If(reporting month = published month), and I know how to search a column for a value (I did an if(countif)) to search for the new post value). What I'm struggling with is a way to limit that check so that it looks at it on a by author by month basis. I would need a formula that can check if it's only looking at one author in one month before looking to see if there was a new post, and I just can't figure out how to do that.
Thanks in advance for any tips.
Bookmarks