Subtraction formula
What formula can i use when subtracting numbers?
What formula can i use when subtracting numbers?
You can also use the sum() function. If you have two columns of numbers let's say income on column B and Expenses in column C, then you could get the final balance in a footer (or header ) row using the formula:
=sum(B)-sum(C)
Subtraction formula