I used to be able to set these up in 123 but I guess I am getting old.
Can someone give me the correct if function to get the following result
If the balance cell is greater than 0 then the amount under monthly is (1000*.03)/12 and if negative then -(1000*.06)/12
-------------------monthly-------balance
Cash(Margin)--------- 0--------- 1000
This is what I entered in the monthly cell with the balance being cell H3 and it doesn't work
=IF(H3<0,(0.0675*H3)/12),(0.0312*H3)/12
Can someone give me the correct if function to get the following result
If the balance cell is greater than 0 then the amount under monthly is (1000*.03)/12 and if negative then -(1000*.06)/12
-------------------monthly-------balance
Cash(Margin)--------- 0--------- 1000
This is what I entered in the monthly cell with the balance being cell H3 and it doesn't work
=IF(H3<0,(0.0675*H3)/12),(0.0312*H3)/12