posted on December 5, 2024
Hi All,
I have this function. =ADD(SUB(A,B),C)
My goal here is to first subtract A from B then add C. therefore
Let A=30
Let B=60
30-60 result -30
Let C=50
Soi then I want to add C and result is 20
Is the function written out right?
0
0