I have a customer who is having issues with her calculations so I started a test table of my own. We are trying to subtract values across the same row and have them appear in another spot in that row.
I am trying to subtract the value "ONE" from "TWO" and have it appear in value "THREE"
-does the calculation go in the advanced section of value "THREE?"
I have tried:
=SUB(INDEX(SUB_Function.TWO,SUB_Function.ONE)) - nothing happens
=SUB(SUB_Function.ONE,SUB_Function.TWO) - nothing happens
=SUM(SUB_Function.ONE)-SUM(SUB_Function.TWO) - nothing happens
Ideas?