edwardpestian
Technical User
I have the following array formula that will not work for some reason.
{=SUM(IF(C4:C18="TRUE",IF(D4
18="19:00",1,0)))}
I have a checkbox over each cell in the range C4:C18. Each box is associated with the respected cell. So when a box is checked it returns TRUE, and of course, when its not checked it returns FALSE. It then looks in the range D4
18 for the time 19:00. And then sums each cell that meets the criteria. For some reason the formula does not like the TRUE value or the time value. If I change each value to a text string it works.
Any ideas?
ep
{=SUM(IF(C4:C18="TRUE",IF(D4
I have a checkbox over each cell in the range C4:C18. Each box is associated with the respected cell. So when a box is checked it returns TRUE, and of course, when its not checked it returns FALSE. It then looks in the range D4
Any ideas?
ep