VBA Conditional Formatting Help
Hello,
So quick and easy. I'm trying to get the following to highlight and bold based on certain criteria:
If P5 = Blocked, then the range of B5:Q5 needs to be bold and highlight the color red.
If P5 = Return to Vendor, Obsolete, or Need Copy, then the range of B5:Q5 needs to be bold and highlight the color yellow.
If P5 = blank or anything else, then no formatting needs to be down.
I would like to note that the number of rows this formatting needs to potentially affect will vary, but it will always start with row 5 and go down.