Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
sales data on y axis and country on x-axis i want the data sum of sales range between 1000 and 5000 countries data only.
let me know any formula for range.
Hello Mahesh,
you can use the Set analysis as below.
=sum( {$<Country = {"=Sum(Sales ) >= 1000 and Sum(Sales ) <= 5000"}>} Sales )
Thanks,
Shruthi
CHECK attachment
Thank u
mahesh t
Can you close this discussion by selecting Answered or Helpful?