Is there a way to use IF THEN statements to execute formatting? Such as IF(C1=C2, fill cell with yellow, do nothing) or IF(C1=C2, make text in cell bold, do nothing). Basically I want to be able to format a cell depending on what a value in another cell is. Is this possible without using VBA code?