Question:
Iam looking for the following. I know we can do this in VBA. but I want to do this in a web query, how do I do it.
val A val B A-B
Key_fig 90 50 40
Help is really appreciated.
Thanks, BW_New
Answer:
Hy
I would do it in the query itself.
in the columns you have "keyfigure a" and "keyfigure b".
then you add a formula as third column. In this formula you can calculate the difference with "keyfigure a" and "keyfigure b".
hope it helps