Hi Everyone,
I'm looking to put some conditional formatting in to a macro of mine. I have a chart of data and I'd like the formatting to highlight any cell that doesn't equal column B in that row. For example:
If C6 is greater than .5 and it doesn't equal B6, then it gets highlighted. If H22 is greater than .5 and doesn't equal B22, then it gets highlighted.
I'm not sure how much this will change things but the amount of rows and columns are both dynamic. I already have them defined using LastRowC and LastColC. The range that the conditional formatting should go through is B3 through LastRowC and LastColC.
Let me know if you need more info.
Thanks!
Bookmarks