I have a group of data, and I am trying to provide a simple count of the number of entries that are equal to or less than 100, less than 200 but greater than 100, etc. I have brain lock around COUNT() COUNTIF() and IF statements and am having issues working out how to get these to do what I am needing.
In addition, I am trying to average each row of data, and providing a running average for the entire series of data, but need to exclude in the average calculation any entries that are either 0 or #N/A.
I'm sure these are fairly simple problems, but I am stumped....
Any help would be appreciated
In addition, I am trying to average each row of data, and providing a running average for the entire series of data, but need to exclude in the average calculation any entries that are either 0 or #N/A.
I'm sure these are fairly simple problems, but I am stumped....
Any help would be appreciated