Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
now I've managed to rank single net values troughout the day.
However, anyone know a way to rank the ackumulated balances?
For instance, in the below example I wish to present the MAX/MIN accumulated as marked in blue.
Tnanks in advance,
Olle

Hi
See attached - I think this is what you are after.
HTH
Jonathan
Sample file attached.
//O
hi,
To change the color u can give background color expression like this
=if( [Full Accumulation] = Max([Full Accumulation]) or [Full Accumulation] = Max([Full Accumulation]),Blue())
Hope this helps. Vivek
Hi Vivek,
sorry, maybe my description was a bit unclear.
I need a separate table box to pick up the min/max accumulated values.
No need for color change
Regards,
Olle
Hi
See attached - I think this is what you are after.
HTH
Jonathan
Genius!
Thanks Jonathan!