Hello SS Community!
Looking to get some help on a formula to return a cell value in a row on another sheet. The sheet below is the one I'm referencing. I'm attempting to retrieve the value in Column "BB" and for Row "Week 1".
I've figured how to count the cell by using COUNTIF (=COUNTIFS({week}, =Week@row, {BB}, <>0)), but of course that returns a "1" and I need it to return a "19".
I've attempted using SUMIFS, INDEX, IF, but nothing is working... Help!