jlbCodeman
Technical User
I am trying to round a number following rounding rules. However, I find that when the number is a negative result I would like all negative numbers to be zero. I can get the answer to round properly but I cannot figure out how to get the negative answer number to always be zero. ex: 0 - 4.2 = -4.2 want the -4.2 to be zero.
=ROUND(C27-D27,0) is the formula I currently have in the cell.
Any help would be appreciated.
=ROUND(C27-D27,0) is the formula I currently have in the cell.
Any help would be appreciated.