“How to use the SUBTRACT function?”
This function appears to calculate the subtraction of a given value from the total sum of the rest of the arguments passed.
We can give any of the hardcoded or dynamic values
SUBTRACT(value,…args)
SUBTRACT(‘9’,’2’,’2’)
Output → 5