Good morning,

I was wondering if it was possible to do the following:

I have a data set that looks like this:

Unit_No, Year, SomeNumericValue, AccuracyValue

I plot my pivot using Unit_No as the row and the Year as the column, the SomeNumericValue is displayed as the value. I wish to highlight the cells of SomeNumericValue if the AccuracyValue for that row of data is between a certain set of values, is this possible?

Thanks.