Unlucky
Board Regular
- Joined
- Dec 3, 2014
- Messages
- 58
- Office Version
- 2016
- Platform
- Windows
Before submitting this message I did review two similar message board entries, but I wasn't able to figure out how to make the formulas work for me. (I reviewed Count 30, 60 and over 90 days based on Name in Column "A" and Countifs or sumproduct - date range and multiple criteria )
Basically, I want to count the number of occurrences based on the past 1, 3, 6, 9, and 12 months. The criteria is variable, based on a drop down and the date, and then a total for the same time period without counting duplicates in the total. The two variables cells are B1 (Drop Down), and D7 and D15 (Today()). The drop down list is Column H.
The counts are based on the issue dates in Column M of the source table, based on the program in Column O of the source table.
Here is the report table:
Basically, I want to count the number of occurrences based on the past 1, 3, 6, 9, and 12 months. The criteria is variable, based on a drop down and the date, and then a total for the same time period without counting duplicates in the total. The two variables cells are B1 (Drop Down), and D7 and D15 (Today()). The drop down list is Column H.
The counts are based on the issue dates in Column M of the source table, based on the program in Column O of the source table.
Here is the report table:
TEST LOG FOR FORMULAS.xlsx | |||||||||
---|---|---|---|---|---|---|---|---|---|
B | C | D | E | F | G | H | |||
1 | ABC | OPEN DOCUMENTS IN THE PAST: | PROGRAM | ||||||
2 | 1 MONTH | 3 MONTHS | 6 MONTHS | 9 MONTHS | 12 MONTHS | ABC | |||
3 | CDR | ||||||||
4 | CRF | ||||||||
5 | ILF | ||||||||
6 | ABC | TOTAL | TODAY | ILS | |||||
7 | PAST YEAR | 22-Dec-21 | PCF | ||||||
8 | PRT | ||||||||
9 | ALL | OPEN DOCUMENTS IN THE PAST: | QMF | ||||||
10 | 1 MONTH | 3 MONTHS | 6 MONTHS | 9 MONTHS | 12 MONTHS | WTF | |||
11 | WWW | ||||||||
12 | |||||||||
13 | |||||||||
14 | ALL | TOTAL | TODAY | DATES | |||||
15 | PAST YEAR | 22-Dec-21 | 1 | ||||||
16 | 3 | ||||||||
17 | 6 | ||||||||
18 | 9 | ||||||||
19 | 12 | ||||||||
FORMULA TEST |
Cell Formulas | ||
---|---|---|
Range | Formula | |
B6 | B6 | =B1 |
D7,D15 | D7 | =TODAY() |
Cells with Data Validation | ||
---|---|---|
Cell | Allow | Criteria |
B1 | List | =$H$2:$H$11 |
Last edited: