K
krayziez
I wonder if I can do a count on a specific value, like if I had this:
CAR1
CAR1
CAR2
CAR2
CAR2
CAR3
Is there a way I can count how many "car2" I have? Currently, the only
way I can do this is to set a true/false statement then count the
trues.
CAR1
CAR1
CAR2
CAR2
CAR2
CAR3
Is there a way I can count how many "car2" I have? Currently, the only
way I can do this is to set a true/false statement then count the
trues.