How to perform subtraction using the function

Solved
taîson -  
Raymond PENTIER Posted messages 58551 Registration date   Status Contributeur 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 réponses

Mytå Posted messages 4246 Registration date   Status Contributeur Last intervention   957
 
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