What I am trying to do is show the number of non zeros vs the number of zeros in a given range. For example; I have a table that is about 1800 rows down and 13 coloums accross. The thirteen values in a given row could be something like: 1-6-0-0-4-5-2-8-4-2-0-0-0. What I want to do idealy would be to have something that could tell me in one cell the number of values vs zeros and the order that they occur in. So for the given range above I would want my return to be: "2,2,6,3". The first "2" would signify the 1 and the 6 in the range and the second "2" would signify the next tow zeros in the range. The "6" would signify the the 4-5-2-8-4-2 and the "3" would be the 0-0-0 at the end of the range. I would also want to color code the return so that the number representing the ammount of zeros counted in the range would return as red or something.
-Thanks!
-Thanks!