How to count multiple values in a single cell, except zero?
I have a cell that has multiple values, separated by ";". For example: "35; 255; 67; 0". In the next cell, I would like to know how can I count these values, except zero. Count not SUM them.
This single cell, can have up to 50 values and each value can have up to 7 digits.
I have looked up for COUNT, COUNTA, COUNTIF functions but didn't find any relevancy to what I'm trying to do. Can you, please help me?
|