Posted: 10/9/2009 12:22:39 PM EDT
|
I have an Excel spreadsheet that I am looking to see if I can do a tweak to. I have a "Quote" field that is numerical and I want to know if there is a way that I can have the field directly to its right put the word "Overage" in red letters if the "Quote" field has gone negative. Is there a way to do this? I tried messing around with the logical formulas it has, but I am retarded when it comes to Excel. ![]() |
|
Quoted: This.Quoted: if field B5 is your number use IF(B5<0,"OVERAGE","") In addition to this, use the Conditional Formatting menu under the Format menu at the top to make it turn red. Click on the cell, click "Conditional Formatting" (format menu for old versions, on the home ribbon for 2007) Select "Format only cells that contain..." to input your rule |
