Hello, I'm trying to create a formula to count / sum the number of times a cell contains some txt within a date / year range. The formula works for regular cells which contain only one piece of txt. However I'm trying to count from a cell which has multiple entries. I'm sure this is an easy one. Can anyone help please?
=COUNTIFS({TRK-BIT-043_CI Database Vs 2.0 DATE ADDED}, IFERROR(MONTH(@cell ), 0) = $[Column4]@row , {TRK-BIT-043_CI Database Vs 2.0 DATE ADDED}, IFERROR(YEAR(@cell ), 0) = [Column5]$15, {TRK-BIT-043_CI Database Vs 2.0 FUNCTION}, CONTANS($[Column4]30, @cell ))