Hi, I have this formula below but its picking up everything that contains small fixes. We have small fixes, small fixes delivered and small fixes closed but I would only like to find results that are small fixes only. Can you help? Here is the formula I have
=COUNTIFS({TL}, FIND(Metric@row , @cell ) > 0, {IS}, CONTAINS("Small Fixes", @cell ))