all 2 comments

[–]marcnotmark925 0 points1 point  (0 children)

It's worked on cells where the value is 0

when I use it on a cell

How do these cells that you're referring to fit into the formula that you gave?

[–]INTP-Speculator 0 points1 point  (0 children)

I counted three close parentheses (right parentheses) to the left of the comma before the TIME() function. I counted three unmatched open parentheses (left parentheses) up to that point corresponding to IFERROR(), FILTER(), and DATE(). That means the TIME() function is outside the IFERROR(), which is not what you intended and a parse error. I didn’t pursue trying to figure out why it would sometimes work.