I got the formula below, but not updating and keep going back 0
=COUNTIFS({Operations Report Range 1}, AND(IFERROR(MID(@cell, (FIND(":", @cell) - 2), 2), "") >= 13, IFERROR(MID(@cell, (FIND(":", @cell) - 2), 2), "") <= 16), {Operations Report Range 3}, AND(WEEKNUMBER(@cell) = WEEKNUMBER(Date@row), WEEKDAY(@cell) = 2))
I opened the sheet and saved, my report showed 1 or more, but the report showed 0 again after about 20 mins later.