Quote:
Originally Posted by WarMoney
Nope, not the sum. There are a bunch of different account numbers in "D", If a certain account number is entered, I would like for it to be bolded and red.
Checks in the mail!!
|
Right - in this case you go to cell D2 (assuming tis is the first a/c no) and do cond.format. with the option being "cell value equals" XX123 (or whatever) and then make it red.
For a really special trick, create a cell at the top od the sheet (let's assume you use B1).
In the conditional formatting, say "cell value equals" and then "=$b$1". That way, cells will go bold and red if they match whatever you put into B1.