How to perform subtraction using the function

Solved
Hello,
I would like to know the function for subtraction. Let me explain: for example, with addition, we use the function "somme" in French and "sum" in English; what is the case for subtraction?

Configuration: Windows 8 / Firefox 36.0

2 answers

  1. Contributor
    Hello Forum

    There is no function:
    =A1-A2-A3

    You can use:
    =A1-SUM(A2:A3)


    Mytå
    Thank you for following up on your question, we are not robots...
    “If debugging is the art of removing bugs, then programming must be the art of creating them.”
    2