how do i create a formula with a + or - in it

  • Thread starter Thread starter Kevin Bell
  • Start date Start date
K

Kevin Bell

I am trying to do a book keeping Exercise and can't seem to work out how to
create a formula that will allow a + or - in the same sell
 
If you mean somethoing like if you have income in Column C, expenditures in
Column D and Running Balance in Column E then in E3 you could have a formula
like:

=IF(COUNT(C3:D3)>0,E2+C3-D3,"")

--
HTH

Sandy
In Perth, the ancient capital of Scotland
and the crowning place of kings

(e-mail address removed)
Replace @mailinator.com with @tiscali.co.uk
 
Back
Top