maheshmaxi
Active Member
- Joined
- Dec 16, 2008
- Messages
- 252
Hi,
I tried to use array with Average, Min & Max formulas. But only 'Max' works, others do not. Below are my attempts. Can anyone help me achieving results for other two functions or in any alternative ways...
{=AVERAGE(IF(L31:L53="Arvind",O31:O53,0))} -- Did not give correct output (wrong result)
{=MIN(IF(L31:L53="Arvind",O31:O53,0))} -- Not working (result=0)
{=MAX(IF(L31:L53="Arvind",O31:O53,0))} -- Working
I tried to use array with Average, Min & Max formulas. But only 'Max' works, others do not. Below are my attempts. Can anyone help me achieving results for other two functions or in any alternative ways...
{=AVERAGE(IF(L31:L53="Arvind",O31:O53,0))} -- Did not give correct output (wrong result)
{=MIN(IF(L31:L53="Arvind",O31:O53,0))} -- Not working (result=0)
{=MAX(IF(L31:L53="Arvind",O31:O53,0))} -- Working