I have two colums :
- One with data
- The other with group names. In each cells it's either "Group A" or "Group B".
I would like to calculate Variance with the data from Group A. How could I proceed ?
I've tried
Var(If(B1:B10="Group A", A1:A10))
But can't nail the proper function.