How to perform subtraction using the function

Solved
taîson -  
Raymond PENTIER Posted messages 58227 Registration date   Status Contributor Last intervention   -
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. Mytå Posted messages 4246 Registration date   Status Contributor Last intervention   958
     
    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