Hi I'm having problem with my formula not giving me the total hours for the last week. Could someone please let me know if I'm doing something wrong. There should be hours calculated however, it is showing as 0
=SUMIF([Week]:[Week], WEEKNUMBER(TODAY() - 1), [Work Hours]:[Work Hours])
=SUMIFS([Work Hours]:[Work Hours], [Week]:[Week], WEEKNUMBER(TODAY() - 1), [Non Billable]:[Non Billable], 0)