I'm trying to do a simple example of an aggregate function before I get too far into my project and find out things won't work out. So the example I made was to count numbers which are bigger than 200 in a array, and my formula came out to be:
=AGGREGATE(2,6,('array1'/('array1'>200)))I've...