IF Statement

J

JeremyH1982

I am trying to make a formula to make a number positive if it is
negative and negative if it is positive. There are only a few documents
i need to change; they are documents with a document code of 2 or 3 and
it is in column D; The numbers i want to change are in columns G,H,I, &
J;
This is what I had come up with:

=IF($D7=2, ($G7=$G7*-1; $H7=$H7*-1; $I7=$I7*-1; $J7=$J7*-1), IF($D7=3,
($G7=$G7*-1; $H7=$H7*-1; $I7=$I7*-1; $J7=$J7*-1), $D7="Null"))

I put it in Column D which I am not sure that it should be the column
to put it in.
If someone could please help me figure this problem out; it would be
greatly appreciated.

Thank You
Jeremy Himmelreich
 
R

Ron Rosenfeld

I am trying to make a formula to make a number positive if it is
negative and negative if it is positive. There are only a few documents
i need to change; they are documents with a document code of 2 or 3 and
it is in column D; The numbers i want to change are in columns G,H,I, &
J;
This is what I had come up with:

=IF($D7=2, ($G7=$G7*-1; $H7=$H7*-1; $I7=$I7*-1; $J7=$J7*-1), IF($D7=3,
($G7=$G7*-1; $H7=$H7*-1; $I7=$I7*-1; $J7=$J7*-1), $D7="Null"))

I put it in Column D which I am not sure that it should be the column
to put it in.
If someone could please help me figure this problem out; it would be
greatly appreciated.

Thank You
Jeremy Himmelreich

Please see answer to your previous post; which you posted 37 min before this
post, and which was answered 10 minutes after this post.


--ron
 

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