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
„Minitman” ezt írta:
"Stefi" <St...@discussions.microsoft.com> wrote in message
news:66C172A6-CC0A-4650...@microsoft.com...
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
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
"Minitman" <st...@minitmaidsofaustin.com> wrote in message
news:miait31rqsq3lfpsa...@4ax.com...
Thanks for the reply.
That was the problem.
Thank you very much.
-Minitman
"Minitman" <st...@minitmaidsofaustin.com> wrote in message
news:eghit3d3ntm8inr8m...@4ax.com...