Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All, Please suggest me, how to achieve, last three lines(Sum of Gains,Sum of Losses, Business Retention) of table in straight table. Please refer to the attached sheet. Regards, Krishna Chaitanya B
Gains - Sum(RangeMax(Variance, 0))
Losses - Sum(RangeMin(Variance, 0))
Net - Sum(Variance)
yes
But Variance is defined by month it is not a straight value. First i should see variance by month, then if rangemax or min can be applied. How can i see variance by month in textbox?