Morning All,
Long time lurker, first time poster. Firstly thanks for all the help over the years, really helped me out. Has anyone used or arguments successfully (Non-VBA route due to audience restrictions)?
I have 2 "buckets"
A 4
B 6
C 7
D 1
E 3
F 9
I'm trying to have a formulae that finds the STDEVA of bucket 1 and the STDEVA of bucket 2 from a dataset
=STDEVA(IF(OR(Data!A:A=Output!B9,Data!A:A=Output!B10,Data!A:A=Output!B11),Data!B:B)) - In array terms
So I have a dataset filled with A B C D E F letters and a value and would like an easy way to find the std dev of group 1 (all the ABCs) and the stdev of group 2 (DEFs)
Any pointers much appreciated!
Thanks
Long time lurker, first time poster. Firstly thanks for all the help over the years, really helped me out. Has anyone used or arguments successfully (Non-VBA route due to audience restrictions)?
I have 2 "buckets"
A 4
B 6
C 7
D 1
E 3
F 9
I'm trying to have a formulae that finds the STDEVA of bucket 1 and the STDEVA of bucket 2 from a dataset
=STDEVA(IF(OR(Data!A:A=Output!B9,Data!A:A=Output!B10,Data!A:A=Output!B11),Data!B:B)) - In array terms
So I have a dataset filled with A B C D E F letters and a value and would like an easy way to find the std dev of group 1 (all the ABCs) and the stdev of group 2 (DEFs)
Any pointers much appreciated!
Thanks