Hi Konstantin,
you should be able to just replace the cell reference with the "value" to get the correct result.
After re-reading your post, maybe I have a second understanding? You have a cross tab that has various movement types and you want to use the formula for only those? If so, there might be two different options:
- If you want the total for that range, then use the result rows and use the formula for the result only.
- if you only want kind of a "dynamic" formula for the specific types, you might need to create a macro to cycle through all the values and then present only the ones you need - sapgetdata can only reference a specific intersection on the grid, so you would need to use another method to come up with "how many" formulas you need
Regards,
Pasha