Ok I have the following formula:
=IF(D$6<F6,D$6-B6,F6-B6)
How do I change it to make the result zero if the answer is negative?
Ok I have the following formula:
=IF(D$6<F6,D$6-B6,F6-B6)
How do I change it to make the result zero if the answer is negative?
Last edited by abmyers; 02-02-2007 at 04:09 PM.
There are a few ways. Here is one:
=MAX(IF(D$6<F6,D$6-B6,F6-B6),0)
You guys are awesome.
Glad to help.![]()
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks