condit-format<zero-excel 2010

John Caines

Well-known Member
Joined
Aug 28, 2006
Messages
1,155
Office Version
  1. 2019
Platform
  1. Windows
Hello All.
I have a column of currency amounts,
The range is from,,,$O$24:$O$274

Example;
£405.00
£101.00
£87.50
-£126.00
£280.00

What I'm trying to do is conditional format a LOSS,, IE a "-£" amount to have red font colour

So, in the above example the -£126 would be font colour red as it is a loss.

Thing is, I'm trying to do this in excel 2010,, and I'm having trouble.
I think I need to go to conditional formatting & choose ;
"Use a formula to determine which cells to format"
then type in a formula;
I have now;
Code:
=$O$24:$O$274<0
but this isn't working?

Can someone advise me what I should have please.
I've tried a few,, no joy, just can't get my head around it.

Many thanks
john Caines
 

Excel Facts

Can you AutoAverage in Excel?
There is a drop-down next to the AutoSum symbol. Open the drop-down to choose AVERAGE, COUNT, MAX, or MIN
Just tried it in brackets;
Code:
=($O$24:$O$274<0)
still no joy :-(

Just tried a weird 1,, didn't like it;
Code:
=($O$24:$O$274<-£0)

Dame it.........:-)
 
Upvote 0
Managed to get it!!!
Was using the "Use a formula to determine which cells to format",,,
Which I just couldn't get as my formulas are so good :-(

Now tried;
"Format Only Cells That Contain"
Selected, Cell Value,,,
Selected "Less Than"
& in the formula box entered =0...

Seems to work!!!!! :-)

Thank God.
Not sure if this is the best way,, I'm sure a formula would do it,, but hey ho...
JC
 
Upvote 0

Forum statistics

Threads
1,224,609
Messages
6,179,877
Members
452,949
Latest member
Dupuhini

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top