Hello,
I would like to output summary stats like min, max, avg for field values after I read in a text file (I'm working in excel vba). I thought this would be simple, but I'm having trouble figuring it out - there don't seem to be any predefined functions for these procedures. Do the min and max values have to be calculated line by line comparing two adjacent values, or is there some simpler way? Thanks for any insight.
I would like to output summary stats like min, max, avg for field values after I read in a text file (I'm working in excel vba). I thought this would be simple, but I'm having trouble figuring it out - there don't seem to be any predefined functions for these procedures. Do the min and max values have to be calculated line by line comparing two adjacent values, or is there some simpler way? Thanks for any insight.