Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have this unsolved issue in hand which i need to deliver quickly and i am still stuck with no answers so any help would be appreciated for this problem.
As you see in the pic i have some data for 7 countries & 7 months.
What i Need :
For every Country there are 6 values in the column (Ignore month column).
1)Sort the 6 values in Ascending to Descending order.
2)Not after sorting get the Avg(Minimum 2 values) & Avg(Maximum 3 values) . These values will differ for every country as the 6 values are different.
maneck.mehta wrote:
swuehl i provided mre info to the same problem posted again ( in detail this time!) bcos i dont think there is a way to edit the current one and i wanted to make sure everything is captured which wasn't the case earlier! i want any new ppl who see the issue to hav all the info in one shot rather than having to go thru the thread in bits n pieces ! so sorry i didnt think of you before i posted this?!
You can edit an existing thread (just use Actions - Edit) or create a new reply and open the advanced editor if you want to attach files.
May I request these things from you for future requests?
Stefan
Great explanatory response Stefan. I think all these points, if followed, can make this community a much better place. I am glad you took the time to put these points as I am going to use this thread as a recommendation for other posters as well.
Best,
Sunny
@SWuehl Please see my explanation below on all your points,
"i provided mre info to the same problem posted again ( in detail this time!) bcos i dont think there is a way to edit the current one and i wanted to make sure everything is captured which wasn't the case earlier! i want any new ppl who see the issue to hav all the info in one shot rather than having to go thru the thread in bits n pieces ! so sorry i didnt think of you before i posted this?!"
I won't be replying further. Since you do this in your free time as well i would suggest there are better things to do then be so sore about an online post which by the way was not reposed with the whole purpose of offending you!
Just to clarify my previous statement:
It's not about getting points or not, it's basically about creating a more efficient forum in the long run.
Maybe I haven't found the correct wordings in above post, all I asked about was to kindly consider above when posting your next request.
Hope it's clarified.
P.S. I know you won't answer, but could you explain what the essential difference is between my first suggested expression for the average calculation
You can try something like this (assuming your expression is Sum(Value) [which is certainly not, just replace with your expression]):
Max 3 value average:
=Avg(TOTAL<Country> Aggr(If(Rank( Sum(Value),4)<=3, Sum(Value) ), Country, Month))
and Sunny's solution:
Avg(TOTAL <Market> Aggr(If(Rank(Sum([Unique Leads 1 Month])/Sum([Active Contacts])) <= 3,
Sum([Unique Leads 1 Month])/Sum([Active Contacts])), Market, Month)
(just to understand and learn ...)
Yes, I too agree with the points you mentioned but considering the tonality i replied accordingly. This was my first post here so u'l need to excuse me if it wasn't really presentable. In the following posts i tried to provide as much data as i could in a presentable manner.
Thanks for all your help & inputs here!
English is not my mother language, which part of my answers have you read as offensive or have you disliked in its tonality?