SteveM4274
IS-IT--Management
Hi
I'm having a problem applying a sumif formula which contains to conditions. I have a spreadsheet which extracts transactions from a database every week so the spreadsheet is continually growing. I have another spreadsheet which should summarise the data by dept depending on the date selected by the user:
A B C D
1 Date
2 Dept 1 xx
3 Dept 2 xx
4 Dept 3 xx
I have used the following formula:
=SUM(IF((DataSpreadsheet!A:A=DeptAnalysis!$A$1)+(DataSpreadsheet!C:C="Dept 1"),DataSpreadsheet!I:I))
However this is returning the total value of all cells in column I. I have also tried using the conditional sum wizard but this does not allow me to select columns, it requires cells with data to be selected which is no use since I want the spreadsheets to automatically summarise when new rows are added.
I hope this makes sense and I would appreciate any help.
I'm having a problem applying a sumif formula which contains to conditions. I have a spreadsheet which extracts transactions from a database every week so the spreadsheet is continually growing. I have another spreadsheet which should summarise the data by dept depending on the date selected by the user:
A B C D
1 Date
2 Dept 1 xx
3 Dept 2 xx
4 Dept 3 xx
I have used the following formula:
=SUM(IF((DataSpreadsheet!A:A=DeptAnalysis!$A$1)+(DataSpreadsheet!C:C="Dept 1"),DataSpreadsheet!I:I))
However this is returning the total value of all cells in column I. I have also tried using the conditional sum wizard but this does not allow me to select columns, it requires cells with data to be selected which is no use since I want the spreadsheets to automatically summarise when new rows are added.
I hope this makes sense and I would appreciate any help.