S
Svilen Pachedzhiev
Hi, I have two questions:
- I had data in time like this:
ITEM T1 T2 T3 ...
item_A a1 a2 a3 ...
item_B b1 b2 b3 ...
item_C c1 c2 c3 ...
item_D d1 d2 d3 ...
....
and I want to find for every period the average of the 3 minimum values of
items (and the averages should skip negative values and average only
positive).
- Same data, I need to find for every period the items for these 3 minimum
values
I'm sorry if the problem is somehow complicated, but if someone knows
formulas or guide to do this, please tell me.
Svilen
- I had data in time like this:
ITEM T1 T2 T3 ...
item_A a1 a2 a3 ...
item_B b1 b2 b3 ...
item_C c1 c2 c3 ...
item_D d1 d2 d3 ...
....
and I want to find for every period the average of the 3 minimum values of
items (and the averages should skip negative values and average only
positive).
- Same data, I need to find for every period the items for these 3 minimum
values

formulas or guide to do this, please tell me.
Svilen