A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Hi,
Note that the logic for your question doesn't say what to do if cell 2 equals zero. This looks at B2 and can go in any cell except B2.
=IF(B2<0,B2,IF(B2>0,0,""))