Hi All,
I have a work book that I'm building that will summarise important data from other sheets within the same workbook. What I need help with is building the count / If / Sum formulas to grab the info that I want.
The Summary sheet looks like this:
The "Data1" Sheet looks like this:
The Data2 Sheet looks like this:
What I want to do is add up the values from the datasheets column B (Amount) IF the value in column D (Paid) is "No".
So for "Data1" I want it to add up B6, B12, and B13 and this total will go into B3 on the Summary Sheet.
For "Data2" I want it to add up B15 and this total will go into B4 on the Summary Sheet.
After that I need to grab the oldest date in a Data sheet where (Paid) is "No" and put that into C3 on the summary sheet, "20/06/2015" for "Data1", and "20/03/2016" for "Data2". It should also be noted that the dates may not necessarily be in order in the data sheets.
I'm using Excel 2013 on windows 7 x64.
Hopefully I've been clear on what I want and that it's not too hard to work out. I just don't know where to start. It's been a while since I've played in Excel land.
Cheers,
Dave
I have a work book that I'm building that will summarise important data from other sheets within the same workbook. What I need help with is building the count / If / Sum formulas to grab the info that I want.
The Summary sheet looks like this:
Book1 | |||||
---|---|---|---|---|---|
A | B | C | |||
1 | Summary | ||||
2 | OverDue | Due By date | |||
3 | Data1 | ||||
4 | Data2 | ||||
5 | Data3 | ||||
Summary |
The "Data1" Sheet looks like this:
Book1 | ||||||
---|---|---|---|---|---|---|
A | B | C | D | |||
1 | ID | Amount | Date | Paid | ||
2 | 1 | 10 | 20/02/2015 | Yes | ||
3 | 2 | 20 | 20/03/2015 | Yes | ||
4 | 3 | 30 | 20/04/2015 | Yes | ||
5 | 4 | 40 | 20/05/2015 | Yes | ||
6 | 5 | 50 | 20/06/2015 | No | ||
7 | 6 | 60 | 20/07/2015 | Yes | ||
8 | 7 | 70 | 20/08/2015 | Yes | ||
9 | 8 | 80 | 20/09/2015 | Yes | ||
10 | 9 | 90 | 20/10/2015 | Yes | ||
11 | 10 | 100 | 20/11/2015 | Yes | ||
12 | 11 | 110 | 20/12/2015 | No | ||
13 | 12 | 120 | 20/01/2016 | No | ||
14 | 13 | 130 | 20/02/2016 | Yes | ||
15 | 14 | 140 | 20/03/2016 | Yes | ||
16 | 15 | 150 | 20/04/2016 | Yes | ||
Data1 |
The Data2 Sheet looks like this:
Book1 | ||||||
---|---|---|---|---|---|---|
A | B | C | D | |||
1 | ID | Amount | Date | Paid | ||
2 | 1 | 10 | 20/02/2015 | Yes | ||
3 | 2 | 20 | 20/03/2015 | Yes | ||
4 | 3 | 30 | 20/04/2015 | Yes | ||
5 | 4 | 40 | 20/05/2015 | Yes | ||
6 | 5 | 50 | 20/06/2015 | Yes | ||
7 | 6 | 60 | 20/07/2015 | Yes | ||
8 | 7 | 70 | 20/08/2015 | Yes | ||
9 | 8 | 80 | 20/09/2015 | Yes | ||
10 | 9 | 90 | 20/10/2015 | Yes | ||
11 | 10 | 100 | 20/11/2015 | Yes | ||
12 | 11 | 110 | 20/12/2015 | Yes | ||
13 | 12 | 120 | 20/01/2016 | Yes | ||
14 | 13 | 130 | 20/02/2016 | Yes | ||
15 | 14 | 140 | 20/03/2016 | No | ||
16 | 15 | 150 | 20/04/2016 | Yes | ||
Data2 |
What I want to do is add up the values from the datasheets column B (Amount) IF the value in column D (Paid) is "No".
So for "Data1" I want it to add up B6, B12, and B13 and this total will go into B3 on the Summary Sheet.
For "Data2" I want it to add up B15 and this total will go into B4 on the Summary Sheet.
After that I need to grab the oldest date in a Data sheet where (Paid) is "No" and put that into C3 on the summary sheet, "20/06/2015" for "Data1", and "20/03/2016" for "Data2". It should also be noted that the dates may not necessarily be in order in the data sheets.
I'm using Excel 2013 on windows 7 x64.
Hopefully I've been clear on what I want and that it's not too hard to work out. I just don't know where to start. It's been a while since I've played in Excel land.
Cheers,
Dave