Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I am trying to get Last Column No Colour Red in Pivot
I Have written below script but i am not getting all correct No.
Please help me...
if(ColumnNo()=1,Green(),
if(ColumnNo()=Max({<GRADE>}aggr(nodistinct max({<GRADE>}distinct GRADE),State)),red()
))
Neeraj Gupta wrote:
I am trying to get Last Column No Colour Red in Pivot
I Have written below script but i am not getting all correct No.
Does simply red() for BG color not working. Or u mean last row?
last row
Try like this -
=IF(Product = 'C' and Sales = 17, LightRed())
Let me know.
Thanks.