I'm using a web query to grab data from an HTML table. In my last row of the HTML table, I have included R1C1 style formulas:
=R[-1]C-R[-2]C
The reason I do this is because I'm not sure how many rows I'm going to have in my table, but I know that I want the two previous rows subtracted from one another.
I tried using offset function but it requires a known A1 reference point.
PROBLEM: The web query works fine. But the R1C1 formula does not work. It displays as a formula, until I enter the cell into edit mode and simply hit the enter key.
Any ideas what this behaviour is about?
=R[-1]C-R[-2]C
The reason I do this is because I'm not sure how many rows I'm going to have in my table, but I know that I want the two previous rows subtracted from one another.
I tried using offset function but it requires a known A1 reference point.
PROBLEM: The web query works fine. But the R1C1 formula does not work. It displays as a formula, until I enter the cell into edit mode and simply hit the enter key.
Any ideas what this behaviour is about?