Hello,
I have sheet where I am trying sum the total number of hits in the month of January if the text in one column matches text in a rand of cells on another sheet.
I am using =SUMIF(Title:Title, CONTAINS(@cell, {Cafe}), [# of Views]:[# of Views]) just to count the total number of hits.
I am usi8ng =SUMIF([Last Viewed On]:[Last Viewed On], IFERROR(MONTH(@cell), 0) = 1, [# of Views]:[# of Views]) to count the number of hit in January.
I tried marrying together - =SUMIF(Title:Title, CONTAINS(@cell, {Cafe}, [Last Viewed On]:[Last Viewed On], IFERROR(MONTH(@cell), 0) = 1, [# of Views]:[# of Views])) but I am getting a return o 0.
I am stumped, please help
Example of sheet below