Dear experts,
I have a requirement where i need to calculate based on condition. (I had to calculate the minimum value in each area). lets say i have areaa in column A and value in col B like
Area | Value |
---|---|
A1 | 10 |
A2 | 12 |
A1 | 14 |
A3 | 12 |
A2 | 13 |
A1 | 11 |
A2 | 10 |
A1 | 9 |
A3 | 12 |
A4 | 8 |
A1 | 14 |
A3 | 16 |
Now i have created a formula. MIN(IF((A2:A12=A1)*(B2:B12),B2:B12)) and pressed F2 and then Ctrl+Shift+Enter to convert into array formula. I find that the array formula is not supported in xcelsius. Help me with some thing that could help me achiev the result w/o using array formula.
Note: I get the data from a universe query.
Thanks,
Rajesh.