A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Hi,
Use something like:
=IF(A2<0,A2,0)
With A2 the cell containing the negative number.
Thank you JP.
Okay, one more issue. If the cell is not negative, how can I put the total from a different cell instead.
For instance, to update the value of C3, If the cell A2 is negative (A2<0) I will add the value to say B2, but if it is positive, I just want to show the value for B2 in C3.