Jul 7, 2003 #1 kamloops Programmer May 7, 2003 34 CA Hi There, If I have an equation like $500 - $1000, how do I make it so the answer is 0 and not -$500 Thanks for any help.
Hi There, If I have an equation like $500 - $1000, how do I make it so the answer is 0 and not -$500 Thanks for any help.
Jul 7, 2003 Thread starter #2 kamloops Programmer May 7, 2003 34 CA OOPS sorry what I meant is how do I get it so it is $500 and not -$500 Thanks Upvote 0 Downvote
Jul 7, 2003 #3 TCVance Programmer Jan 16, 2003 31 US $1000 - $500 does = -$500. But if you want the absolute value of the difference you might use: answer = Abs({equation]). Upvote 0 Downvote
$1000 - $500 does = -$500. But if you want the absolute value of the difference you might use: answer = Abs({equation]).
Jul 7, 2003 #4 TCVance Programmer Jan 16, 2003 31 US Now I can't subtrack. I meant to say $500 - $1000. Upvote 0 Downvote