Dear friends
I have 6 fields lets say a,b,c,d,e,f and average of these fields are needed based on the condition that if a and b are filled and rest are empty so average to be calculated based on two fields only. If a,b,c,d,e are filled then average needs to be calculated based on 5 fields.
I put nested If statement and conditions but it is picking up only the last Else condition here the average is calculated based on 6 figures whereas I have only a,b,and c filled. According to my requirement if three boxes are filled then average should be calculated dividing by 3 and not 6. For some reason it is not picking up the above if statements.
Then I tried each box afterUpdate event and put the condition accordingly, Still it doesn't work.
please help me out.
Thanks in advance
I have 6 fields lets say a,b,c,d,e,f and average of these fields are needed based on the condition that if a and b are filled and rest are empty so average to be calculated based on two fields only. If a,b,c,d,e are filled then average needs to be calculated based on 5 fields.
I put nested If statement and conditions but it is picking up only the last Else condition here the average is calculated based on 6 figures whereas I have only a,b,and c filled. According to my requirement if three boxes are filled then average should be calculated dividing by 3 and not 6. For some reason it is not picking up the above if statements.
Then I tried each box afterUpdate event and put the condition accordingly, Still it doesn't work.
please help me out.
Thanks in advance