Post
by network » Tue Jul 20, 2010 8:56 pm
You can use “if” function in excel
If you input your data in cell A2 then in another column where you want to see positive amounts , for example, in cell B2 - type =IF(A2>0,A2,0)
in cell C2, where you would like to be negative amounts, type =IF(A2<0,A2,0)
Finding If function in excel
In order to find "if" function go to Insert - function and search for a function “if”