Hi,
Say I have an array (80,10)
In the third ‘column’ in dimension two (1,3 – 2,3 etc). I’m comparing the values to another array.
Are there similar to Excels ‘counta’ function a way to count number of occurences of a specific value in that particular element or do I have to loop the entire array. (eg. looking for the number of times the figure ‘100’ occures in the column).