E
emre
I am trying to extrude out 4 values(number of values, min of values, average
of values and max of values) out of several readings of several
parameters(stuff related to water characteristics) This takes lots of time. I
want some automation.
What i am doing manuıally is
apply autofilter
choose parameters one by one from the drop list.
select all values holding draggin with the mouse.
use the status bar functions(countnumber, min, ave, max) to display the the
values i am looking for.
manually write these 4 values to an individual worksheet.
advance to the next parameter in droplist. and so on.
writing a formula for these 4 values will not work in autofilter mode since
the formulas take account of everything selected plus hidden cells thus gives
wrong results.
can a macro automate this steps?
of values and max of values) out of several readings of several
parameters(stuff related to water characteristics) This takes lots of time. I
want some automation.
What i am doing manuıally is
apply autofilter
choose parameters one by one from the drop list.
select all values holding draggin with the mouse.
use the status bar functions(countnumber, min, ave, max) to display the the
values i am looking for.
manually write these 4 values to an individual worksheet.
advance to the next parameter in droplist. and so on.
writing a formula for these 4 values will not work in autofilter mode since
the formulas take account of everything selected plus hidden cells thus gives
wrong results.
can a macro automate this steps?