I am trying to use a formula to SUM the values from a the same range of cells on multiple sheets and could do with some help please
A formula that works is:
=IF(C8="","",SUMIFS('Month (1)'!D$8:D$400,'Month (1)'!B$8:B$400,C8))+SUMIFS('Month (1)'!G$8:G$400,'Month (1)'!E$8:E$400,C8)
+SUMIFS('Month (2)'!D$8:D$400,'Month (2)'!B$8:B$400,C8)+SUMIFS('Month (2)'!G$8:G$400,'Month (2)'!E$8:E$400,C8)
All the way to Sheet Month (12)
+SUMIFS('Month (12)'!D$8:D$400,'Month (12)'!B$8:B$400,C8)+SUMIFS('Month (12)'!G$8:G$400,'Month (12)'!E$8:E$400,C8)
I tried to use shortened formula below by using a use a range of sheets but this does not work and returns a VALUE error
=IF(C8="","",SUMIFS('Month (1):Month (12)'!D8:D400,'Month (1):Month (12)'!B8:B400,C8))
A formula that works is:
=IF(C8="","",SUMIFS('Month (1)'!D$8:D$400,'Month (1)'!B$8:B$400,C8))+SUMIFS('Month (1)'!G$8:G$400,'Month (1)'!E$8:E$400,C8)
+SUMIFS('Month (2)'!D$8:D$400,'Month (2)'!B$8:B$400,C8)+SUMIFS('Month (2)'!G$8:G$400,'Month (2)'!E$8:E$400,C8)
All the way to Sheet Month (12)
+SUMIFS('Month (12)'!D$8:D$400,'Month (12)'!B$8:B$400,C8)+SUMIFS('Month (12)'!G$8:G$400,'Month (12)'!E$8:E$400,C8)
I tried to use shortened formula below by using a use a range of sheets but this does not work and returns a VALUE error
=IF(C8="","",SUMIFS('Month (1):Month (12)'!D8:D400,'Month (1):Month (12)'!B8:B400,C8))