Hi,
Hoping I can get my question explained! I would like to
1) Group data
2) Run same formula on all groups (with only building it once and having various inputs {based on grouped data})
3) Combine findings in 1 output
As an example:
Group Value Time
a 3 10
b 5 8
a 8 9
a 9 12
b 11 11
c 7 12
Wanted: Group (auto allocate the groups based on info contained), median of values, top quartile of time, add column "outcome" with median x top quartile
Outcome:
Group Median Top Quartile Outcome
a .... .... ...
b .... .... ...
c ..... ... ...