Having searched and read similar queries there was a reference to the
website:
http://www.mcgimpsey.com/excel/threedsumif.html
Adapting and (with great originality) naming my worksheets to sum
"worksheetsTOsum", the following formula works great.
=SUMPRODUCT(SUMIF(INDIRECT("'"&worksheetsTOsum&"'!A21:A70"),$A12,INDIRECT("'"&worksheetsTOsum&"'!C21:C70")))
This is great. However I'm required to use this formula to sum several
individual columns, i.e. the D21
70, E21:E70, F21:F70...
As Indirect is utilised in the above copying and pasting the formula does
not alter these cells' references. Is there a way to amend the formula such
that the column references are automatically changed when copying the formula?