How To Detect A Negative Number In A Cell

M

Minitman

Greetings,

I am trying to detect whether the value in cell M for each row has a
negative number. If it does I need to change the text color for that
row to red.

Any help, insights or links would be greatly appreciated.

-Minitman
 
S

Stefi

Select column M>Cell formatting>Category:Number>Select one of red patterns
for negative numbers
Regards,
Stefi


„Minitman†ezt írta:
 
D

David Biddulph

If the OP wants to change the text colour for the whole row, rather than
just for that cell, then it'll need Conditional Formatting.
Formula Is/ =$M1<0
 
M

Minitman

Hey Stefi,

Thanks for the reply.

Since I need the entire row to change, cell formatting won't work. my
problem seems to be in the formula I tried to work in Conditional
Format:

=$M2<0

I can't get this formula to work in a test cell or in CF:

=IF($M2<0,"NEGATIVE","POSITIVE")

I do appreciate the attempt.

-Minitman
 
M

Minitman

Hey David,

Thanks for the reply.

Nice catch on the whole row.

There seems to be a problem with that formula (=$M2<0)

That formula is what I tried at first in CF. I know how to get the
color I need if the formula is working. That formula seems to be the
culprit. So to test the formula, I moved back to the sheet and chose
a column to test the formula. In the first row (row 2), I placed:

=IF($M2<0,"NEGATIVE","POSITIVE")

I then copied it down for 10 rows (it automatically advanced the row
number), I paced both positive and negative numbers (along with a
zero in one row for testing) in the test rows M column.

They all came back "POSITIVE" which is to say they all returned FALSE.

Any idea as to what is wrong with this formula?

-Minitman
 
D

David Biddulph

It sounds as if you've got text, rather than numbers, in your column M.
To convert to numbers, try copying a blank cell, then select column M and
use Edit/ Paste Special/ Add.
 
M

Minitman

Hey David,

Thanks for the reply.

That was the problem.

Thank you very much.

-Minitman
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top