Forum Discussion
Revilo
3 years agoRegular Visitor
Column with data separated with semicolon
Hi, Just want to ask, I have a column in one of my table with format shown below. Is this an array? I am interested in counting rows with blank specific string within that array. Ex. I am i...
wdx223_Daniel
Community Champion
3 years ago=COUNTROWS(FILTER(TABLE,SUMX(Array,FIND(TABLE[Equipment],Array[Col],,0))=0))