I have a pivot table where the rows are ID numbers and the columns are years and between the two is a numbered value.
I want to use conditional formatting so that if the value in the column before another is greater (ie, I6>H6), then that column will turn green (ie, I6 is green). If there is no value before it leave it blank (ie its the first value in the row, or the only value in the row.
Below is the current conditional formatting I have on the sheet(and yes, the first cell of data is in cell c6, the last is in L1072, the ID number is in column B)
=AND(B6<>"",B6<C6)
. – BigBen