Numbers in A1:A5
In C3 I had =SUM(A1:A5)
When I switch to R1C1 style this becomes =SUM(R[-4]C[-2]:R[-1]C[-2])
R[-4] means 4 rows above current cell; C[-2] means 2 columns to left of
current cell, etc.
Any help?
the row column references are like absolute R1C1 - but you can't literally
use R1C1 addressing
You can take a look at the Application.FormulaConvert function
Ask a Question
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.