Hello,
I'm working on a sheet of this type:
A1 B1 C1
Value Signal Switch
123 Off
132 Off
144 Off
123 On On
134 On
165 On
345 On
345 Off Off
765 Off
342 Off
123 Off
133 On On
134 On
177 On
132 Off Off
145 Off
...
Along the sheet, column B switches several times from "On" to "Off". I did isolate the signal getting column C ("Switch"). I need to perform some simple operations (as AVERAGE, MIN, MAX, etc) on each "strips" marked by "ons" on column B, that is, I need a formula that applies to values in column A within "On" and "Off" in column C.
For Instance, I need the minimum for each strips (that is 123 for the first strip; and 133 for the second one)
I hope I made myself clear.
Thanks a Lot
Kant