I have a matrix that I am trying to add conditional formatting too.
I have already got the matrix to turn certain cells red if the month is now or later.
I now need to get values to go bold if they are higher than the value for the same period in the previous column.
I have attached a spreadsheet with what I am trying to achieve if it helps make it clearer.
The formula I have so far in the details area to set the font colour to red is:
=IIf(Fields!Year.Value=Yea
r(Now()) AND Fields!MonthNo.Value >= Month(now()),"RED","Black"
)
How do I now get it to look at the value in the previous column to see if it is greater than it?
Any help is greatly appreciated as I am relatively new to this.
Thanks
Start Free Trial