How do I auto highlight a cell which is out of spec?
I have a spreadsheet with various numbers in their cells. I have a formula to count any numbers which are +0.5 or -0.5 a certain number, but is there a way of making the cells that are counted, turn the number a different colour or 'highlight'?
This is the formula I am using:
=SUM(COUNTIF(B10:Q10,"<"&S10-0.5),COUNTIF(B10:Q10,">"&S10+0.5))
Bookmarks