Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Why my if condition it's not respect for some values.
My condition:
=Count(if(RaiserPlantID = Responsible, REA,))
I've 349 when i only should have 347.
At the moment what is selected:
RaiserPlant = 351E
Why this 2 are showed if raiserPlantID is different from Responsible as you can see in the pic
Try with
=Count(if(Trim( RaiserPlantID ) = Trim( Responsible ), REA ) )
Try with
=Count(if(Trim( RaiserPlantID ) = Trim( Responsible ), REA ) )
or try with:
count({<RaiserplantID = {$(=Trim(Only(Responsable)))}>} REA)
best regards.
You save my day, thanks i hope some day i can retribute