Can anyone help with this?
The data is numerical data in a column(columnB). The column receives live data updates so it cannot be sorted in numerical order. ColumnA holds time stamps and must remain in original order All the numbers are between 0.1 and 99.9.
I need to take sets of numbers (i.e. >0 AND <10, >20 AND <=25 etc.) and find SUM, COUNT, STDEV for the last x numbers in each group.
x can be a different value for each group.
I think this can only be achieved with a macro. I am using Excel2016.
The data is numerical data in a column(columnB). The column receives live data updates so it cannot be sorted in numerical order. ColumnA holds time stamps and must remain in original order All the numbers are between 0.1 and 99.9.
I need to take sets of numbers (i.e. >0 AND <10, >20 AND <=25 etc.) and find SUM, COUNT, STDEV for the last x numbers in each group.
x can be a different value for each group.
I think this can only be achieved with a macro. I am using Excel2016.