Gerry Hunt
New Member
- Joined
- Apr 10, 2021
- Messages
- 11
- Office Version
- 365
- Platform
- Windows
Can somebody help please?
I am using SUMIFS to collect financial information related to my Home Accounts into a 'Summary of Accounts' worksheet from 6 different Excel worksheets ['Account Bank Statements'].
Each worksheet is examined by SUMIFS to extract the 'Value' related to 64 different Categories of Expenditure (Account Codes) and the related 'Month Number' [i.e. 1-12 (Jan to Dec)]. The result is a month by month presentation of income and expenditure related to all 64 Account Codes.
The formula train given below works perfectly for Months 1 - 9 [i.e. Jan to Sep] but refuses to work for months 10-12 (Oct - Dec) - i.e a "double digit" rather than 'single digit' month number - in this case it merely returns zeroes. The formula train below is for "October" i.e Month "10" [second given criteria] and is applied in the 'Summary of Accounts' Sheet to each Category of Income/Expenditure [Account Code]. In this October example it points Account Code "$C9" in the Summary sheet. I do hope this is sufficiently clear information to permit some kind person to propose a solution to this problem - Thank you in anticipation.
=SUMIFS('JOINT CURRENT'!$D$6:$D$2000,'JOINT CURRENT'!$H$6:$H$2000,'SUMMARY OF ACCOUNTS'!$C9,'JOINT CURRENT'!$K$6:$K$2000,10)
+SUMIFS(CASH!$D$6:$D$2000,CASH!$H$6:$H$2000,'SUMMARY OF ACCOUNTS'!$C9,CASH!$K$6:$K$2000,10)
+SUMIFS('NATWEST CC'!$H$7:$H$2000,'NATWEST CC'!$J$7:$J$2000,'SUMMARY OF ACCOUNTS'!$C9,'NATWEST CC'!$L$7:$L$2000,10)
+SUMIFS('M&S CC'!$D$7:$D$2000,'M&S CC'!$H$7:$H$2000,'SUMMARY OF ACCOUNTS'!$C9,'M&S CC'!$K$7:$K$2000,10)
+SUMIFS('HALIFAX CC'!$D$6:$D$2000,'HALIFAX CC'!$H$6:$H$2000,'SUMMARY OF ACCOUNTS'!$C9,'HALIFAX CC'!$K$6:$K$2000,10)
+SUMIFS('WISE DC'!$H$7:$H$2000,'WISE DC'!$J$7:$J$2000,'SUMMARY OF ACCOUNTS'!$C9,'WISE DC'!$M$7:$M$2000,10)
I am using SUMIFS to collect financial information related to my Home Accounts into a 'Summary of Accounts' worksheet from 6 different Excel worksheets ['Account Bank Statements'].
Each worksheet is examined by SUMIFS to extract the 'Value' related to 64 different Categories of Expenditure (Account Codes) and the related 'Month Number' [i.e. 1-12 (Jan to Dec)]. The result is a month by month presentation of income and expenditure related to all 64 Account Codes.
The formula train given below works perfectly for Months 1 - 9 [i.e. Jan to Sep] but refuses to work for months 10-12 (Oct - Dec) - i.e a "double digit" rather than 'single digit' month number - in this case it merely returns zeroes. The formula train below is for "October" i.e Month "10" [second given criteria] and is applied in the 'Summary of Accounts' Sheet to each Category of Income/Expenditure [Account Code]. In this October example it points Account Code "$C9" in the Summary sheet. I do hope this is sufficiently clear information to permit some kind person to propose a solution to this problem - Thank you in anticipation.
=SUMIFS('JOINT CURRENT'!$D$6:$D$2000,'JOINT CURRENT'!$H$6:$H$2000,'SUMMARY OF ACCOUNTS'!$C9,'JOINT CURRENT'!$K$6:$K$2000,10)
+SUMIFS(CASH!$D$6:$D$2000,CASH!$H$6:$H$2000,'SUMMARY OF ACCOUNTS'!$C9,CASH!$K$6:$K$2000,10)
+SUMIFS('NATWEST CC'!$H$7:$H$2000,'NATWEST CC'!$J$7:$J$2000,'SUMMARY OF ACCOUNTS'!$C9,'NATWEST CC'!$L$7:$L$2000,10)
+SUMIFS('M&S CC'!$D$7:$D$2000,'M&S CC'!$H$7:$H$2000,'SUMMARY OF ACCOUNTS'!$C9,'M&S CC'!$K$7:$K$2000,10)
+SUMIFS('HALIFAX CC'!$D$6:$D$2000,'HALIFAX CC'!$H$6:$H$2000,'SUMMARY OF ACCOUNTS'!$C9,'HALIFAX CC'!$K$6:$K$2000,10)
+SUMIFS('WISE DC'!$H$7:$H$2000,'WISE DC'!$J$7:$J$2000,'SUMMARY OF ACCOUNTS'!$C9,'WISE DC'!$M$7:$M$2000,10)