G
Guest
I created a formula that counts the number of cells that contain a keyword in one column:
=countif(a1:a10000, "keyword")
Now I need to further filter these results down by month/year data from another column (for instance, I want all of the info from the countif results, but only the ones that occurred in the month of January).
Is there anyone out there who might be able to help me, if this is at all possible? Thanks!!!!!
=countif(a1:a10000, "keyword")
Now I need to further filter these results down by month/year data from another column (for instance, I want all of the info from the countif results, but only the ones that occurred in the month of January).
Is there anyone out there who might be able to help me, if this is at all possible? Thanks!!!!!