Hi there,
I have a Label column, which hosts strings with the different categories and one of these categories is ‘No Label’. I want to add a calculated field that in simple words gives me the following calculation >{Labels}=‘No Label’ / total {Labels}; I tried to accomplish this with the following formula:
countIf({Labels}=‘No Label’)/count({Labels})
I tried that but of course it didn’t work and that’s why I’m here again.