Forum Discussion
killerBee615
Jul 27, 2020Copper Contributor
Hey!
i need help for creating a code, Count several variables in the same column. like 1R, 1B, 1G and so on thank you!
- Jul 29, 2020
If combine mtarler formulas in one
=FILTER(IF({1,0},SORT(UNIQUE(LEFT($A$2:$A$1500,LEN($A$2:$A$1500)-1))), COUNTIFS($A$2:$A$1500,SORT(UNIQUE(LEFT($A$2:$A$1500,LEN($A$2:$A$1500)-1)))&"?")), COUNTIFS($A$2:$A$1500,SORT(UNIQUE(LEFT($A$2:$A$1500,LEN($A$2:$A$1500)-1)))&"?") >0)
killerBee615
Jul 28, 2020Copper Contributor
NikolinoDE
Jul 29, 2020Platinum Contributor
Maybe something very simple ... even if the formulas from the others are much better than these
Nikolino
I know I don't know anything (Socrates)