-
Re: Search a string and return multiple results
Hi there, I believe you could return each IF(CONTAINS()) statement by itself, and add the results together like so: =IF(CONTAINS("A-1", [Issue]@row), "Found A1","") + CH…2 · -
Re: Calculating SUM of Duration
Hi! First, I would make sure the "Total Trip Duration" column is also a duration column, and use this formula to reference Sheet A: =SUMIFS({Duration}, {Assigned To}, ATS@row) This will fin…1 · -
Re: Formula error Unparseable
Hi, I think this may work for you: =SUMIF( {Active New}, "ACTIVE New", {Active 1st QTR 2024} ) =SUMIF( criterion_range , criterion , range_to_sum ) The format is switched around, but you ca…2 ·