Hi all,
The following formula works to =sumif certain values from another worksheet when A3 is the name of the worksheet.
When I drag this formula up or down my sheet, the row number in the reference to A3 changes as expected.
However, when I drag it right or left, the column reference Q:Q doesn't change, despite being a relative reference
Does anyone know how (or if) it's possible to make the reference to column Q change as normal in this formula?
Thanks very much for your help.
The following formula works to =sumif certain values from another worksheet when A3 is the name of the worksheet.
Code:
=SUMIF(INDIRECT("'"&$A3&"'!$A:$A"),"Churned",INDIRECT("'"&$A3&"'!Q:Q"))
When I drag this formula up or down my sheet, the row number in the reference to A3 changes as expected.
However, when I drag it right or left, the column reference Q:Q doesn't change, despite being a relative reference
Does anyone know how (or if) it's possible to make the reference to column Q change as normal in this formula?
Thanks very much for your help.