Hi i am trying to perform a distinct count of account name, based on a text string lookup conditional on the progress/stage of the client.
i have tried using the HAS formula as this worked previously on a reference column of multi-drop down type, however it does not seem to be working on a text/number field.
I want distinct count of account name, where product name contains "Canada" (value in Label column cell), where sales pipeline stage = value per Sales Qualified cell.
=COUNT(DISTINCT(COLLECT({Sales Pipeline Account}, {Sales Pipeline Prod Name}, HAS(@cell, $Label@row), {Sales Pipeline Stage}, [1 - Sales Qualified]$1)))
any help please