I'm trying to create a small table that you can double click on any cell and filter a second table based on the values in row 1 (AYEAR) and column B (AMONTH) to return the breakdown of the total value from my original table. How do I express this using R1C1 reference style?
ACLICK = Activecell.Address
AMONTH = RC2.Value
AYEAR = R1C.Value
What am I doing wrong?