Can anyone help me to understand the below formula:
=INDIRECT(("data!R2C"&43+IF($E$4<7,$E$4+5,$E$4-7)&":R10000C"&43+IF($E$4<7,$E$4+5,$E$4-7)),FALSE)
Why do we use the R1C1 reference style in a formula, why don't we use the cell reference directly, that is A1, B4, etc...
Thanks